1| 操作 | 旧版本 | 新版本 | d.ts文件 | 2| ---- | ------ | ------ | -------- | 3|删除|类名:WifiEapConfig;<br>方法or属性:caCertAliases: string;|NA|@ohos.wifiManager.d.ts| 4|删除|类名:WifiEapConfig;<br>方法or属性:clientCertAliases: string;|NA|@ohos.wifiManager.d.ts| 5|新增|NA|类名:TCPSocketConnection;<br>方法or属性:close(callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts| 6|新增|NA|类名:TLSSocketConnection;<br>方法or属性:close(callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts| 7|新增|NA|类名:TCPSocketConnection;<br>方法or属性:close(): Promise\<void>;|@ohos.net.socket.d.ts| 8|新增|NA|类名:TLSSocketConnection;<br>方法or属性:close(): Promise\<void>;|@ohos.net.socket.d.ts| 9|新增|NA|类名:TCPSocketServer;<br>方法or属性:getState(callback: AsyncCallback\<SocketStateBase>): void;|@ohos.net.socket.d.ts| 10|新增|NA|类名:TLSSocketServer;<br>方法or属性:getState(callback: AsyncCallback\<SocketStateBase>): void;|@ohos.net.socket.d.ts| 11|新增|NA|类名:TCPSocketServer;<br>方法or属性:getState(): Promise\<SocketStateBase>;|@ohos.net.socket.d.ts| 12|新增|NA|类名:TLSSocketServer;<br>方法or属性:getState(): Promise\<SocketStateBase>;|@ohos.net.socket.d.ts| 13|新增|NA|类名:TCPSocketConnection;<br>方法or属性:on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts| 14|新增|NA|类名:TLSSocketConnection;<br>方法or属性:on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts| 15|新增|NA|类名:TCPSocketConnection;<br>方法or属性:on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts| 16|新增|NA|类名:TCPSocketServer;<br>方法or属性:on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts| 17|新增|NA|类名:TLSSocketConnection;<br>方法or属性:on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts| 18|新增|NA|类名:TLSSocketServer;<br>方法or属性:on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts| 19|新增|NA|类名:TCPSocketConnection;<br>方法or属性:off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts| 20|新增|NA|类名:TLSSocketConnection;<br>方法or属性:off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts| 21|新增|NA|类名:TCPSocketConnection;<br>方法or属性:off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts| 22|新增|NA|类名:TCPSocketServer;<br>方法or属性:off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts| 23|新增|NA|类名:TLSSocketConnection;<br>方法or属性:off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts| 24|新增|NA|类名:TLSSocketServer;<br>方法or属性:off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts| 25|新增|NA|类名:TCPSocketConnection;<br>方法or属性:send(options: TCPSendOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts| 26|新增|NA|类名:TCPSocketConnection;<br>方法or属性:send(options: TCPSendOptions): Promise\<void>;|@ohos.net.socket.d.ts| 27|新增|NA|类名:TCPSocketConnection;<br>方法or属性:getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;|@ohos.net.socket.d.ts| 28|新增|NA|类名:TLSSocketConnection;<br>方法or属性:getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;|@ohos.net.socket.d.ts| 29|新增|NA|类名:TCPSocketConnection;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;|@ohos.net.socket.d.ts| 30|新增|NA|类名:TLSSocketConnection;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;|@ohos.net.socket.d.ts| 31|新增|NA|类名:TCPSocketServer;<br>方法or属性:setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts| 32|新增|NA|类名:TLSSocketServer;<br>方法or属性:setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts| 33|新增|NA|类名:TCPSocketServer;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;|@ohos.net.socket.d.ts| 34|新增|NA|类名:TLSSocketServer;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;|@ohos.net.socket.d.ts| 35|新增|NA|类名:TLSSocketServer;<br>方法or属性:getCertificate(callback: AsyncCallback\<X509CertRawData>): void;|@ohos.net.socket.d.ts| 36|新增|NA|类名:TLSSocketServer;<br>方法or属性:getCertificate(): Promise\<X509CertRawData>;|@ohos.net.socket.d.ts| 37|新增|NA|类名:TLSSocketConnection;<br>方法or属性:getRemoteCertificate(callback: AsyncCallback\<X509CertRawData>): void;|@ohos.net.socket.d.ts| 38|新增|NA|类名:TLSSocketConnection;<br>方法or属性:getRemoteCertificate(): Promise\<X509CertRawData>;|@ohos.net.socket.d.ts| 39|新增|NA|类名:TLSSocketServer;<br>方法or属性:getProtocol(callback: AsyncCallback\<string>): void;|@ohos.net.socket.d.ts| 40|新增|NA|类名:TLSSocketServer;<br>方法or属性:getProtocol(): Promise\<string>;|@ohos.net.socket.d.ts| 41|新增|NA|类名:TLSSocketConnection;<br>方法or属性:getCipherSuite(callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.socket.d.ts| 42|新增|NA|类名:TLSSocketConnection;<br>方法or属性:getCipherSuite(): Promise\<Array\<string>>;|@ohos.net.socket.d.ts| 43|新增|NA|类名:TLSSocketConnection;<br>方法or属性:getSignatureAlgorithms(callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.socket.d.ts| 44|新增|NA|类名:TLSSocketConnection;<br>方法or属性:getSignatureAlgorithms(): Promise\<Array\<string>>;|@ohos.net.socket.d.ts| 45|新增|NA|类名:TLSSocketConnection;<br>方法or属性:send(data: string, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts| 46|新增|NA|类名:TLSSocketConnection;<br>方法or属性:send(data: string): Promise\<void>;|@ohos.net.socket.d.ts| 47|新增|NA|类名:a2dp;<br>方法or属性:type BaseProfile = baseProfile.BaseProfile;|@ohos.bluetooth.a2dp.d.ts| 48|新增|NA|类名:a2dp;<br>方法or属性:function createA2dpSrcProfile(): A2dpSourceProfile;|@ohos.bluetooth.a2dp.d.ts| 49|新增|NA|类名:A2dpSourceProfile;<br>方法or属性:connect(deviceId: string): void;|@ohos.bluetooth.a2dp.d.ts| 50|新增|NA|类名:A2dpSourceProfile;<br>方法or属性:disconnect(deviceId: string): void;|@ohos.bluetooth.a2dp.d.ts| 51|新增|NA|类名:A2dpSourceProfile;<br>方法or属性:getPlayingState(deviceId: string): PlayingState;|@ohos.bluetooth.a2dp.d.ts| 52|新增|NA|类名:PlayingState;<br>方法or属性:STATE_NOT_PLAYING|@ohos.bluetooth.a2dp.d.ts| 53|新增|NA|类名:PlayingState;<br>方法or属性:STATE_PLAYING|@ohos.bluetooth.a2dp.d.ts| 54|新增|NA|类名:access;<br>方法or属性:function enableBluetooth(): void;|@ohos.bluetooth.access.d.ts| 55|新增|NA|类名:access;<br>方法or属性:function disableBluetooth(): void;|@ohos.bluetooth.access.d.ts| 56|新增|NA|类名:access;<br>方法or属性:function getState(): BluetoothState;|@ohos.bluetooth.access.d.ts| 57|新增|NA|类名:access;<br>方法or属性:function on(type: 'stateChange', callback: Callback\<BluetoothState>): void;|@ohos.bluetooth.access.d.ts| 58|新增|NA|类名:access;<br>方法or属性:function off(type: 'stateChange', callback?: Callback\<BluetoothState>): void;|@ohos.bluetooth.access.d.ts| 59|新增|NA|类名:BluetoothState;<br>方法or属性:STATE_OFF = 0|@ohos.bluetooth.access.d.ts| 60|新增|NA|类名:BluetoothState;<br>方法or属性:STATE_TURNING_ON = 1|@ohos.bluetooth.access.d.ts| 61|新增|NA|类名:BluetoothState;<br>方法or属性:STATE_ON = 2|@ohos.bluetooth.access.d.ts| 62|新增|NA|类名:BluetoothState;<br>方法or属性:STATE_TURNING_OFF = 3|@ohos.bluetooth.access.d.ts| 63|新增|NA|类名:BluetoothState;<br>方法or属性:STATE_BLE_TURNING_ON = 4|@ohos.bluetooth.access.d.ts| 64|新增|NA|类名:BluetoothState;<br>方法or属性:STATE_BLE_ON = 5|@ohos.bluetooth.access.d.ts| 65|新增|NA|类名:BluetoothState;<br>方法or属性:STATE_BLE_TURNING_OFF = 6|@ohos.bluetooth.access.d.ts| 66|新增|NA|类名:baseProfile;<br>方法or属性:type ProfileConnectionState = constant.ProfileConnectionState;|@ohos.bluetooth.baseProfile.d.ts| 67|新增|NA|类名:ConnectionStrategy;<br>方法or属性:CONNECTION_STRATEGY_UNSUPPORTED = 0|@ohos.bluetooth.baseProfile.d.ts| 68|新增|NA|类名:ConnectionStrategy;<br>方法or属性:CONNECTION_STRATEGY_ALLOWED = 1|@ohos.bluetooth.baseProfile.d.ts| 69|新增|NA|类名:ConnectionStrategy;<br>方法or属性:CONNECTION_STRATEGY_FORBIDDEN = 2|@ohos.bluetooth.baseProfile.d.ts| 70|新增|NA|类名:StateChangeParam;<br>方法or属性:deviceId: string;|@ohos.bluetooth.baseProfile.d.ts| 71|新增|NA|类名:StateChangeParam;<br>方法or属性:state: ProfileConnectionState;|@ohos.bluetooth.baseProfile.d.ts| 72|新增|NA|类名:BaseProfile;<br>方法or属性:setConnectionStrategy(deviceId: string, strategy: ConnectionStrategy): Promise\<void>;|@ohos.bluetooth.baseProfile.d.ts| 73|新增|NA|类名:BaseProfile;<br>方法or属性:setConnectionStrategy(deviceId: string, strategy: ConnectionStrategy, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.baseProfile.d.ts| 74|新增|NA|类名:BaseProfile;<br>方法or属性:getConnectionStrategy(deviceId: string, callback: AsyncCallback\<ConnectionStrategy>): void;|@ohos.bluetooth.baseProfile.d.ts| 75|新增|NA|类名:BaseProfile;<br>方法or属性:getConnectionStrategy(deviceId: string): Promise\<ConnectionStrategy>;|@ohos.bluetooth.baseProfile.d.ts| 76|新增|NA|类名:BaseProfile;<br>方法or属性:getConnectedDevices(): Array\<string>;|@ohos.bluetooth.baseProfile.d.ts| 77|新增|NA|类名:BaseProfile;<br>方法or属性:getConnectionState(deviceId: string): ProfileConnectionState;|@ohos.bluetooth.baseProfile.d.ts| 78|新增|NA|类名:BaseProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;|@ohos.bluetooth.baseProfile.d.ts| 79|新增|NA|类名:BaseProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;|@ohos.bluetooth.baseProfile.d.ts| 80|新增|NA|类名:ble;<br>方法or属性:type ProfileConnectionState = constant.ProfileConnectionState;|@ohos.bluetooth.ble.d.ts| 81|新增|NA|类名:ble;<br>方法or属性:function createGattServer(): GattServer;|@ohos.bluetooth.ble.d.ts| 82|新增|NA|类名:ble;<br>方法or属性:function createGattClientDevice(deviceId: string): GattClientDevice;|@ohos.bluetooth.ble.d.ts| 83|新增|NA|类名:ble;<br>方法or属性:function getConnectedBLEDevices(): Array\<string>;|@ohos.bluetooth.ble.d.ts| 84|新增|NA|类名:ble;<br>方法or属性:function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;|@ohos.bluetooth.ble.d.ts| 85|新增|NA|类名:ble;<br>方法or属性:function stopBLEScan(): void;|@ohos.bluetooth.ble.d.ts| 86|新增|NA|类名:ble;<br>方法or属性:function startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;|@ohos.bluetooth.ble.d.ts| 87|新增|NA|类名:ble;<br>方法or属性:function stopAdvertising(): void;|@ohos.bluetooth.ble.d.ts| 88|新增|NA|类名:ble;<br>方法or属性:function on(type: 'BLEDeviceFind', callback: Callback\<Array\<ScanResult>>): void;|@ohos.bluetooth.ble.d.ts| 89|新增|NA|类名:ble;<br>方法or属性:function off(type: 'BLEDeviceFind', callback?: Callback\<Array\<ScanResult>>): void;|@ohos.bluetooth.ble.d.ts| 90|新增|NA|类名:GattServer;<br>方法or属性:addService(service: GattService): void;|@ohos.bluetooth.ble.d.ts| 91|新增|NA|类名:GattServer;<br>方法or属性:removeService(serviceUuid: string): void;|@ohos.bluetooth.ble.d.ts| 92|新增|NA|类名:GattServer;<br>方法or属性:close(): void;|@ohos.bluetooth.ble.d.ts| 93|新增|NA|类名:GattClientDevice;<br>方法or属性:close(): void;|@ohos.bluetooth.ble.d.ts| 94|新增|NA|类名:GattServer;<br>方法or属性:notifyCharacteristicChanged(<br><br> deviceId: string,<br><br> notifyCharacteristic: NotifyCharacteristic,<br><br> callback: AsyncCallback\<void><br><br> ): void;|@ohos.bluetooth.ble.d.ts| 95|新增|NA|类名:GattServer;<br>方法or属性:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): Promise\<void>;|@ohos.bluetooth.ble.d.ts| 96|新增|NA|类名:GattServer;<br>方法or属性:sendResponse(serverResponse: ServerResponse): void;|@ohos.bluetooth.ble.d.ts| 97|新增|NA|类名:GattServer;<br>方法or属性:on(type: 'characteristicRead', callback: Callback\<CharacteristicReadRequest>): void;|@ohos.bluetooth.ble.d.ts| 98|新增|NA|类名:GattServer;<br>方法or属性:on(type: 'characteristicWrite', callback: Callback\<CharacteristicWriteRequest>): void;|@ohos.bluetooth.ble.d.ts| 99|新增|NA|类名:GattServer;<br>方法or属性:on(type: 'descriptorRead', callback: Callback\<DescriptorReadRequest>): void;|@ohos.bluetooth.ble.d.ts| 100|新增|NA|类名:GattServer;<br>方法or属性:on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteRequest>): void;|@ohos.bluetooth.ble.d.ts| 101|新增|NA|类名:GattServer;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<BLEConnectionChangeState>): void;|@ohos.bluetooth.ble.d.ts| 102|新增|NA|类名:GattServer;<br>方法or属性:on(type: 'BLEMtuChange', callback: Callback\<number>): void;|@ohos.bluetooth.ble.d.ts| 103|新增|NA|类名:GattClientDevice;<br>方法or属性:on(type: 'BLEMtuChange', callback: Callback\<number>): void;|@ohos.bluetooth.ble.d.ts| 104|新增|NA|类名:GattServer;<br>方法or属性:off(type: 'characteristicRead', callback?: Callback\<CharacteristicReadRequest>): void;|@ohos.bluetooth.ble.d.ts| 105|新增|NA|类名:GattServer;<br>方法or属性:off(type: 'characteristicWrite', callback?: Callback\<CharacteristicWriteRequest>): void;|@ohos.bluetooth.ble.d.ts| 106|新增|NA|类名:GattServer;<br>方法or属性:off(type: 'descriptorRead', callback?: Callback\<DescriptorReadRequest>): void;|@ohos.bluetooth.ble.d.ts| 107|新增|NA|类名:GattServer;<br>方法or属性:off(type: 'descriptorWrite', callback?: Callback\<DescriptorWriteRequest>): void;|@ohos.bluetooth.ble.d.ts| 108|新增|NA|类名:GattServer;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<BLEConnectionChangeState>): void;|@ohos.bluetooth.ble.d.ts| 109|新增|NA|类名:GattServer;<br>方法or属性:off(type: 'BLEMtuChange', callback?: Callback\<number>): void;|@ohos.bluetooth.ble.d.ts| 110|新增|NA|类名:GattClientDevice;<br>方法or属性:off(type: 'BLEMtuChange', callback?: Callback\<number>): void;|@ohos.bluetooth.ble.d.ts| 111|新增|NA|类名:GattClientDevice;<br>方法or属性:connect(): void;|@ohos.bluetooth.ble.d.ts| 112|新增|NA|类名:GattClientDevice;<br>方法or属性:disconnect(): void;|@ohos.bluetooth.ble.d.ts| 113|新增|NA|类名:GattClientDevice;<br>方法or属性:getDeviceName(callback: AsyncCallback\<string>): void;|@ohos.bluetooth.ble.d.ts| 114|新增|NA|类名:GattClientDevice;<br>方法or属性:getDeviceName(): Promise\<string>;|@ohos.bluetooth.ble.d.ts| 115|新增|NA|类名:GattClientDevice;<br>方法or属性:getServices(callback: AsyncCallback\<Array\<GattService>>): void;|@ohos.bluetooth.ble.d.ts| 116|新增|NA|类名:GattClientDevice;<br>方法or属性:getServices(): Promise\<Array\<GattService>>;|@ohos.bluetooth.ble.d.ts| 117|新增|NA|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;|@ohos.bluetooth.ble.d.ts| 118|新增|NA|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;|@ohos.bluetooth.ble.d.ts| 119|新增|NA|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;|@ohos.bluetooth.ble.d.ts| 120|新增|NA|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;|@ohos.bluetooth.ble.d.ts| 121|新增|NA|类名:GattClientDevice;<br>方法or属性:writeCharacteristicValue(<br><br> characteristic: BLECharacteristic,<br><br> writeType: GattWriteType,<br><br> callback: AsyncCallback\<void><br><br> ): void;|@ohos.bluetooth.ble.d.ts| 122|新增|NA|类名:GattClientDevice;<br>方法or属性:writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType): Promise\<void>;|@ohos.bluetooth.ble.d.ts| 123|新增|NA|类名:GattClientDevice;<br>方法or属性:writeDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.ble.d.ts| 124|新增|NA|类名:GattClientDevice;<br>方法or属性:writeDescriptorValue(descriptor: BLEDescriptor): Promise\<void>;|@ohos.bluetooth.ble.d.ts| 125|新增|NA|类名:GattClientDevice;<br>方法or属性:getRssiValue(callback: AsyncCallback\<number>): void;|@ohos.bluetooth.ble.d.ts| 126|新增|NA|类名:GattClientDevice;<br>方法or属性:getRssiValue(): Promise\<number>;|@ohos.bluetooth.ble.d.ts| 127|新增|NA|类名:GattClientDevice;<br>方法or属性:setBLEMtuSize(mtu: number): void;|@ohos.bluetooth.ble.d.ts| 128|新增|NA|类名:GattClientDevice;<br>方法or属性:setCharacteristicChangeNotification(<br><br> characteristic: BLECharacteristic,<br><br> enable: boolean,<br><br> callback: AsyncCallback\<void><br><br> ): void;|@ohos.bluetooth.ble.d.ts| 129|新增|NA|类名:GattClientDevice;<br>方法or属性:setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean): Promise\<void>;|@ohos.bluetooth.ble.d.ts| 130|新增|NA|类名:GattClientDevice;<br>方法or属性:setCharacteristicChangeIndication(<br><br> characteristic: BLECharacteristic,<br><br> enable: boolean,<br><br> callback: AsyncCallback\<void><br><br> ): void;|@ohos.bluetooth.ble.d.ts| 131|新增|NA|类名:GattClientDevice;<br>方法or属性:setCharacteristicChangeIndication(characteristic: BLECharacteristic, enable: boolean): Promise\<void>;|@ohos.bluetooth.ble.d.ts| 132|新增|NA|类名:GattClientDevice;<br>方法or属性:on(type: 'BLECharacteristicChange', callback: Callback\<BLECharacteristic>): void;|@ohos.bluetooth.ble.d.ts| 133|新增|NA|类名:GattClientDevice;<br>方法or属性:on(type: 'BLEConnectionStateChange', callback: Callback\<BLEConnectionChangeState>): void;|@ohos.bluetooth.ble.d.ts| 134|新增|NA|类名:GattClientDevice;<br>方法or属性:off(type: 'BLECharacteristicChange', callback?: Callback\<BLECharacteristic>): void;|@ohos.bluetooth.ble.d.ts| 135|新增|NA|类名:GattClientDevice;<br>方法or属性:off(type: 'BLEConnectionStateChange', callback?: Callback\<BLEConnectionChangeState>): void;|@ohos.bluetooth.ble.d.ts| 136|新增|NA|类名:GattService;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts| 137|新增|NA|类名:BLECharacteristic;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts| 138|新增|NA|类名:BLEDescriptor;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts| 139|新增|NA|类名:NotifyCharacteristic;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts| 140|新增|NA|类名:CharacteristicReadRequest;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts| 141|新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts| 142|新增|NA|类名:DescriptorReadRequest;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts| 143|新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts| 144|新增|NA|类名:ServiceData;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts| 145|新增|NA|类名:GattService;<br>方法or属性:isPrimary: boolean;|@ohos.bluetooth.ble.d.ts| 146|新增|NA|类名:GattService;<br>方法or属性:characteristics: Array\<BLECharacteristic>;|@ohos.bluetooth.ble.d.ts| 147|新增|NA|类名:GattService;<br>方法or属性:includeServices?: Array\<GattService>;|@ohos.bluetooth.ble.d.ts| 148|新增|NA|类名:BLECharacteristic;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts| 149|新增|NA|类名:BLEDescriptor;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts| 150|新增|NA|类名:NotifyCharacteristic;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts| 151|新增|NA|类名:CharacteristicReadRequest;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts| 152|新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts| 153|新增|NA|类名:DescriptorReadRequest;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts| 154|新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts| 155|新增|NA|类名:BLECharacteristic;<br>方法or属性:characteristicValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 156|新增|NA|类名:NotifyCharacteristic;<br>方法or属性:characteristicValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 157|新增|NA|类名:BLECharacteristic;<br>方法or属性:descriptors: Array\<BLEDescriptor>;|@ohos.bluetooth.ble.d.ts| 158|新增|NA|类名:BLECharacteristic;<br>方法or属性:properties?: GattProperties;|@ohos.bluetooth.ble.d.ts| 159|新增|NA|类名:BLEDescriptor;<br>方法or属性:descriptorUuid: string;|@ohos.bluetooth.ble.d.ts| 160|新增|NA|类名:DescriptorReadRequest;<br>方法or属性:descriptorUuid: string;|@ohos.bluetooth.ble.d.ts| 161|新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:descriptorUuid: string;|@ohos.bluetooth.ble.d.ts| 162|新增|NA|类名:BLEDescriptor;<br>方法or属性:descriptorValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 163|新增|NA|类名:NotifyCharacteristic;<br>方法or属性:confirm: boolean;|@ohos.bluetooth.ble.d.ts| 164|新增|NA|类名:CharacteristicReadRequest;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts| 165|新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts| 166|新增|NA|类名:DescriptorReadRequest;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts| 167|新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts| 168|新增|NA|类名:ServerResponse;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts| 169|新增|NA|类名:BLEConnectionChangeState;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts| 170|新增|NA|类名:ScanResult;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts| 171|新增|NA|类名:CharacteristicReadRequest;<br>方法or属性:transId: number;|@ohos.bluetooth.ble.d.ts| 172|新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:transId: number;|@ohos.bluetooth.ble.d.ts| 173|新增|NA|类名:DescriptorReadRequest;<br>方法or属性:transId: number;|@ohos.bluetooth.ble.d.ts| 174|新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:transId: number;|@ohos.bluetooth.ble.d.ts| 175|新增|NA|类名:ServerResponse;<br>方法or属性:transId: number;|@ohos.bluetooth.ble.d.ts| 176|新增|NA|类名:CharacteristicReadRequest;<br>方法or属性:offset: number;|@ohos.bluetooth.ble.d.ts| 177|新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:offset: number;|@ohos.bluetooth.ble.d.ts| 178|新增|NA|类名:DescriptorReadRequest;<br>方法or属性:offset: number;|@ohos.bluetooth.ble.d.ts| 179|新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:offset: number;|@ohos.bluetooth.ble.d.ts| 180|新增|NA|类名:ServerResponse;<br>方法or属性:offset: number;|@ohos.bluetooth.ble.d.ts| 181|新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:isPrepared: boolean;|@ohos.bluetooth.ble.d.ts| 182|新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:isPrepared: boolean;|@ohos.bluetooth.ble.d.ts| 183|新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:needRsp: boolean;|@ohos.bluetooth.ble.d.ts| 184|新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:needRsp: boolean;|@ohos.bluetooth.ble.d.ts| 185|新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:value: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 186|新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:value: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 187|新增|NA|类名:ServerResponse;<br>方法or属性:value: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 188|新增|NA|类名:ServerResponse;<br>方法or属性:status: number;|@ohos.bluetooth.ble.d.ts| 189|新增|NA|类名:BLEConnectionChangeState;<br>方法or属性:state: ProfileConnectionState;|@ohos.bluetooth.ble.d.ts| 190|新增|NA|类名:ScanResult;<br>方法or属性:rssi: number;|@ohos.bluetooth.ble.d.ts| 191|新增|NA|类名:ScanResult;<br>方法or属性:data: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 192|新增|NA|类名:ScanResult;<br>方法or属性:deviceName: string;|@ohos.bluetooth.ble.d.ts| 193|新增|NA|类名:ScanResult;<br>方法or属性:connectable: boolean;|@ohos.bluetooth.ble.d.ts| 194|新增|NA|类名:AdvertiseSetting;<br>方法or属性:interval?: number;|@ohos.bluetooth.ble.d.ts| 195|新增|NA|类名:ScanOptions;<br>方法or属性:interval?: number;|@ohos.bluetooth.ble.d.ts| 196|新增|NA|类名:AdvertiseSetting;<br>方法or属性:txPower?: number;|@ohos.bluetooth.ble.d.ts| 197|新增|NA|类名:AdvertiseSetting;<br>方法or属性:connectable?: boolean;|@ohos.bluetooth.ble.d.ts| 198|新增|NA|类名:AdvertiseData;<br>方法or属性:serviceUuids: Array\<string>;|@ohos.bluetooth.ble.d.ts| 199|新增|NA|类名:AdvertiseData;<br>方法or属性:manufactureData: Array\<ManufactureData>;|@ohos.bluetooth.ble.d.ts| 200|新增|NA|类名:AdvertiseData;<br>方法or属性:serviceData: Array\<ServiceData>;|@ohos.bluetooth.ble.d.ts| 201|新增|NA|类名:AdvertiseData;<br>方法or属性:includeDeviceName?: boolean;|@ohos.bluetooth.ble.d.ts| 202|新增|NA|类名:ManufactureData;<br>方法or属性:manufactureId: number;|@ohos.bluetooth.ble.d.ts| 203|新增|NA|类名:ManufactureData;<br>方法or属性:manufactureValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 204|新增|NA|类名:ServiceData;<br>方法or属性:serviceValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 205|新增|NA|类名:ScanFilter;<br>方法or属性:deviceId?: string;|@ohos.bluetooth.ble.d.ts| 206|新增|NA|类名:ScanFilter;<br>方法or属性:name?: string;|@ohos.bluetooth.ble.d.ts| 207|新增|NA|类名:ScanFilter;<br>方法or属性:serviceUuid?: string;|@ohos.bluetooth.ble.d.ts| 208|新增|NA|类名:ScanFilter;<br>方法or属性:serviceUuidMask?: string;|@ohos.bluetooth.ble.d.ts| 209|新增|NA|类名:ScanFilter;<br>方法or属性:serviceSolicitationUuid?: string;|@ohos.bluetooth.ble.d.ts| 210|新增|NA|类名:ScanFilter;<br>方法or属性:serviceSolicitationUuidMask?: string;|@ohos.bluetooth.ble.d.ts| 211|新增|NA|类名:ScanFilter;<br>方法or属性:serviceData?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 212|新增|NA|类名:ScanFilter;<br>方法or属性:serviceDataMask?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 213|新增|NA|类名:ScanFilter;<br>方法or属性:manufactureId?: number;|@ohos.bluetooth.ble.d.ts| 214|新增|NA|类名:ScanFilter;<br>方法or属性:manufactureData?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 215|新增|NA|类名:ScanFilter;<br>方法or属性:manufactureDataMask?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 216|新增|NA|类名:ScanOptions;<br>方法or属性:dutyMode?: ScanDuty;|@ohos.bluetooth.ble.d.ts| 217|新增|NA|类名:ScanOptions;<br>方法or属性:matchMode?: MatchMode;|@ohos.bluetooth.ble.d.ts| 218|新增|NA|类名:GattProperties;<br>方法or属性:write?: boolean;|@ohos.bluetooth.ble.d.ts| 219|新增|NA|类名:GattProperties;<br>方法or属性:writeNoResponse?: boolean;|@ohos.bluetooth.ble.d.ts| 220|新增|NA|类名:GattProperties;<br>方法or属性:read?: boolean;|@ohos.bluetooth.ble.d.ts| 221|新增|NA|类名:GattProperties;<br>方法or属性:notify?: boolean;|@ohos.bluetooth.ble.d.ts| 222|新增|NA|类名:GattProperties;<br>方法or属性:indicate?: boolean;|@ohos.bluetooth.ble.d.ts| 223|新增|NA|类名:GattWriteType;<br>方法or属性:WRITE = 1|@ohos.bluetooth.ble.d.ts| 224|新增|NA|类名:GattWriteType;<br>方法or属性:WRITE_NO_RESPONSE = 2|@ohos.bluetooth.ble.d.ts| 225|新增|NA|类名:ScanDuty;<br>方法or属性:SCAN_MODE_LOW_POWER = 0|@ohos.bluetooth.ble.d.ts| 226|新增|NA|类名:ScanDuty;<br>方法or属性:SCAN_MODE_BALANCED = 1|@ohos.bluetooth.ble.d.ts| 227|新增|NA|类名:ScanDuty;<br>方法or属性:SCAN_MODE_LOW_LATENCY = 2|@ohos.bluetooth.ble.d.ts| 228|新增|NA|类名:MatchMode;<br>方法or属性:MATCH_MODE_AGGRESSIVE = 1|@ohos.bluetooth.ble.d.ts| 229|新增|NA|类名:MatchMode;<br>方法or属性:MATCH_MODE_STICKY = 2|@ohos.bluetooth.ble.d.ts| 230|新增|NA|类名:connection;<br>方法or属性:type ProfileConnectionState = constant.ProfileConnectionState;|@ohos.bluetooth.connection.d.ts| 231|新增|NA|类名:connection;<br>方法or属性:type ProfileId = constant.ProfileId;|@ohos.bluetooth.connection.d.ts| 232|新增|NA|类名:connection;<br>方法or属性:type ProfileUuids = constant.ProfileUuids;|@ohos.bluetooth.connection.d.ts| 233|新增|NA|类名:connection;<br>方法or属性:type MajorClass = constant.MajorClass;|@ohos.bluetooth.connection.d.ts| 234|新增|NA|类名:connection;<br>方法or属性:type MajorMinorClass = constant.MajorMinorClass;|@ohos.bluetooth.connection.d.ts| 235|新增|NA|类名:connection;<br>方法or属性:function getProfileConnectionState(profileId?: ProfileId): ProfileConnectionState;|@ohos.bluetooth.connection.d.ts| 236|新增|NA|类名:connection;<br>方法or属性:function pairDevice(deviceId: string, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.connection.d.ts| 237|新增|NA|类名:connection;<br>方法or属性:function pairDevice(deviceId: string): Promise\<void>;|@ohos.bluetooth.connection.d.ts| 238|新增|NA|类名:connection;<br>方法or属性:function pairCredibleDevice(deviceId: string, transport: BluetoothTransport, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.connection.d.ts| 239|新增|NA|类名:connection;<br>方法or属性:function pairCredibleDevice(deviceId: string, transport: BluetoothTransport): Promise\<void>;|@ohos.bluetooth.connection.d.ts| 240|新增|NA|类名:connection;<br>方法or属性:function cancelPairedDevice(deviceId: string, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.connection.d.ts| 241|新增|NA|类名:connection;<br>方法or属性:function cancelPairedDevice(deviceId: string): Promise\<void>;|@ohos.bluetooth.connection.d.ts| 242|新增|NA|类名:connection;<br>方法or属性:function cancelPairingDevice(deviceId: string, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.connection.d.ts| 243|新增|NA|类名:connection;<br>方法or属性:function cancelPairingDevice(deviceId: string): Promise\<void>;|@ohos.bluetooth.connection.d.ts| 244|新增|NA|类名:connection;<br>方法or属性:function getRemoteDeviceName(deviceId: string): string;|@ohos.bluetooth.connection.d.ts| 245|新增|NA|类名:connection;<br>方法or属性:function getRemoteDeviceClass(deviceId: string): DeviceClass;|@ohos.bluetooth.connection.d.ts| 246|新增|NA|类名:connection;<br>方法or属性:function getLocalName(): string;|@ohos.bluetooth.connection.d.ts| 247|新增|NA|类名:connection;<br>方法or属性:function getPairedDevices(): Array\<string>;|@ohos.bluetooth.connection.d.ts| 248|新增|NA|类名:connection;<br>方法or属性:function setDevicePairingConfirmation(deviceId: string, accept: boolean): void;|@ohos.bluetooth.connection.d.ts| 249|新增|NA|类名:connection;<br>方法or属性:function setDevicePinCode(deviceId: string, code: string, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.connection.d.ts| 250|新增|NA|类名:connection;<br>方法or属性:function setDevicePinCode(deviceId: string, code: string): Promise\<void>;|@ohos.bluetooth.connection.d.ts| 251|新增|NA|类名:connection;<br>方法or属性:function setLocalName(name: string): void;|@ohos.bluetooth.connection.d.ts| 252|新增|NA|类名:connection;<br>方法or属性:function setBluetoothScanMode(mode: ScanMode, duration: number): void;|@ohos.bluetooth.connection.d.ts| 253|新增|NA|类名:connection;<br>方法or属性:function getBluetoothScanMode(): ScanMode;|@ohos.bluetooth.connection.d.ts| 254|新增|NA|类名:connection;<br>方法or属性:function startBluetoothDiscovery(): void;|@ohos.bluetooth.connection.d.ts| 255|新增|NA|类名:connection;<br>方法or属性:function stopBluetoothDiscovery(): void;|@ohos.bluetooth.connection.d.ts| 256|新增|NA|类名:connection;<br>方法or属性:function getLocalProfileUuids(callback: AsyncCallback\<Array\<ProfileUuids>>): void;|@ohos.bluetooth.connection.d.ts| 257|新增|NA|类名:connection;<br>方法or属性:function getLocalProfileUuids(): Promise\<Array\<ProfileUuids>>;|@ohos.bluetooth.connection.d.ts| 258|新增|NA|类名:connection;<br>方法or属性:function getRemoteProfileUuids(deviceId: string, callback: AsyncCallback\<Array\<ProfileUuids>>): void;|@ohos.bluetooth.connection.d.ts| 259|新增|NA|类名:connection;<br>方法or属性:function getRemoteProfileUuids(deviceId: string): Promise\<Array\<ProfileUuids>>;|@ohos.bluetooth.connection.d.ts| 260|新增|NA|类名:connection;<br>方法or属性:function on(type: 'bluetoothDeviceFind', callback: Callback\<Array\<string>>): void;|@ohos.bluetooth.connection.d.ts| 261|新增|NA|类名:connection;<br>方法or属性:function on(type: 'bondStateChange', callback: Callback\<BondStateParam>): void;|@ohos.bluetooth.connection.d.ts| 262|新增|NA|类名:connection;<br>方法or属性:function on(type: 'pinRequired', callback: Callback\<PinRequiredParam>): void;|@ohos.bluetooth.connection.d.ts| 263|新增|NA|类名:connection;<br>方法or属性:function off(type: 'bluetoothDeviceFind', callback?: Callback\<Array\<string>>): void;|@ohos.bluetooth.connection.d.ts| 264|新增|NA|类名:connection;<br>方法or属性:function off(type: 'bondStateChange', callback?: Callback\<BondStateParam>): void;|@ohos.bluetooth.connection.d.ts| 265|新增|NA|类名:connection;<br>方法or属性:function off(type: 'pinRequired', callback?: Callback\<PinRequiredParam>): void;|@ohos.bluetooth.connection.d.ts| 266|新增|NA|类名:BondStateParam;<br>方法or属性:deviceId: string;|@ohos.bluetooth.connection.d.ts| 267|新增|NA|类名:PinRequiredParam;<br>方法or属性:deviceId: string;|@ohos.bluetooth.connection.d.ts| 268|新增|NA|类名:BondStateParam;<br>方法or属性:state: BondState;|@ohos.bluetooth.connection.d.ts| 269|新增|NA|类名:PinRequiredParam;<br>方法or属性:pinCode: string;|@ohos.bluetooth.connection.d.ts| 270|新增|NA|类名:PinRequiredParam;<br>方法or属性:pinType: PinType;|@ohos.bluetooth.connection.d.ts| 271|新增|NA|类名:DeviceClass;<br>方法or属性:majorClass: MajorClass;|@ohos.bluetooth.connection.d.ts| 272|新增|NA|类名:DeviceClass;<br>方法or属性:majorMinorClass: MajorMinorClass;|@ohos.bluetooth.connection.d.ts| 273|新增|NA|类名:DeviceClass;<br>方法or属性:classOfDevice: number;|@ohos.bluetooth.connection.d.ts| 274|新增|NA|类名:BluetoothTransport;<br>方法or属性:TRANSPORT_BR_EDR = 0|@ohos.bluetooth.connection.d.ts| 275|新增|NA|类名:BluetoothTransport;<br>方法or属性:TRANSPORT_LE = 1|@ohos.bluetooth.connection.d.ts| 276|新增|NA|类名:ScanMode;<br>方法or属性:SCAN_MODE_NONE = 0|@ohos.bluetooth.connection.d.ts| 277|新增|NA|类名:ScanMode;<br>方法or属性:SCAN_MODE_CONNECTABLE = 1|@ohos.bluetooth.connection.d.ts| 278|新增|NA|类名:ScanMode;<br>方法or属性:SCAN_MODE_GENERAL_DISCOVERABLE = 2|@ohos.bluetooth.connection.d.ts| 279|新增|NA|类名:ScanMode;<br>方法or属性:SCAN_MODE_LIMITED_DISCOVERABLE = 3|@ohos.bluetooth.connection.d.ts| 280|新增|NA|类名:ScanMode;<br>方法or属性:SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4|@ohos.bluetooth.connection.d.ts| 281|新增|NA|类名:ScanMode;<br>方法or属性:SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5|@ohos.bluetooth.connection.d.ts| 282|新增|NA|类名:BondState;<br>方法or属性:BOND_STATE_INVALID = 0|@ohos.bluetooth.connection.d.ts| 283|新增|NA|类名:BondState;<br>方法or属性:BOND_STATE_BONDING = 1|@ohos.bluetooth.connection.d.ts| 284|新增|NA|类名:BondState;<br>方法or属性:BOND_STATE_BONDED = 2|@ohos.bluetooth.connection.d.ts| 285|新增|NA|类名:PinType;<br>方法or属性:PIN_TYPE_ENTER_PIN_CODE = 0|@ohos.bluetooth.connection.d.ts| 286|新增|NA|类名:PinType;<br>方法or属性:PIN_TYPE_ENTER_PASSKEY = 1|@ohos.bluetooth.connection.d.ts| 287|新增|NA|类名:PinType;<br>方法or属性:PIN_TYPE_CONFIRM_PASSKEY = 2|@ohos.bluetooth.connection.d.ts| 288|新增|NA|类名:PinType;<br>方法or属性:PIN_TYPE_NO_PASSKEY_CONSENT = 3|@ohos.bluetooth.connection.d.ts| 289|新增|NA|类名:PinType;<br>方法or属性:PIN_TYPE_NOTIFY_PASSKEY = 4|@ohos.bluetooth.connection.d.ts| 290|新增|NA|类名:PinType;<br>方法or属性:PIN_TYPE_DISPLAY_PIN_CODE = 5|@ohos.bluetooth.connection.d.ts| 291|新增|NA|类名:PinType;<br>方法or属性:PIN_TYPE_OOB_CONSENT = 6|@ohos.bluetooth.connection.d.ts| 292|新增|NA|类名:PinType;<br>方法or属性:PIN_TYPE_PIN_16_DIGITS = 7|@ohos.bluetooth.connection.d.ts| 293|新增|NA|类名:ProfileId;<br>方法or属性:PROFILE_A2DP_SOURCE = 1|@ohos.bluetooth.constant.d.ts| 294|新增|NA|类名:ProfileId;<br>方法or属性:PROFILE_HANDSFREE_AUDIO_GATEWAY = 4|@ohos.bluetooth.constant.d.ts| 295|新增|NA|类名:ProfileId;<br>方法or属性:PROFILE_HID_HOST = 6|@ohos.bluetooth.constant.d.ts| 296|新增|NA|类名:ProfileId;<br>方法or属性:PROFILE_PAN_NETWORK = 7|@ohos.bluetooth.constant.d.ts| 297|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_HFP_AG = '0000111F-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 298|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_HFP_HF = '0000111E-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 299|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_HSP_AG = '00001112-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 300|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_HSP_HS = '00001108-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 301|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_A2DP_SRC = '0000110A-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 302|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_A2DP_SINK = '0000110B-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 303|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_AVRCP_CT = '0000110E-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 304|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_AVRCP_TG = '0000110C-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 305|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_HID = '00001124-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 306|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_HOGP = '00001812-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 307|新增|NA|类名:ProfileConnectionState;<br>方法or属性:STATE_DISCONNECTED = 0|@ohos.bluetooth.constant.d.ts| 308|新增|NA|类名:ProfileConnectionState;<br>方法or属性:STATE_CONNECTING = 1|@ohos.bluetooth.constant.d.ts| 309|新增|NA|类名:ProfileConnectionState;<br>方法or属性:STATE_CONNECTED = 2|@ohos.bluetooth.constant.d.ts| 310|新增|NA|类名:ProfileConnectionState;<br>方法or属性:STATE_DISCONNECTING = 3|@ohos.bluetooth.constant.d.ts| 311|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_MISC = 0x0000|@ohos.bluetooth.constant.d.ts| 312|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_COMPUTER = 0x0100|@ohos.bluetooth.constant.d.ts| 313|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_PHONE = 0x0200|@ohos.bluetooth.constant.d.ts| 314|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_NETWORKING = 0x0300|@ohos.bluetooth.constant.d.ts| 315|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_AUDIO_VIDEO = 0x0400|@ohos.bluetooth.constant.d.ts| 316|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_PERIPHERAL = 0x0500|@ohos.bluetooth.constant.d.ts| 317|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_IMAGING = 0x0600|@ohos.bluetooth.constant.d.ts| 318|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_WEARABLE = 0x0700|@ohos.bluetooth.constant.d.ts| 319|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_TOY = 0x0800|@ohos.bluetooth.constant.d.ts| 320|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_HEALTH = 0x0900|@ohos.bluetooth.constant.d.ts| 321|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_UNCATEGORIZED = 0x1F00|@ohos.bluetooth.constant.d.ts| 322|新增|NA|类名:MajorMinorClass;<br>方法or属性:COMPUTER_UNCATEGORIZED = 0x0100|@ohos.bluetooth.constant.d.ts| 323|新增|NA|类名:MajorMinorClass;<br>方法or属性:COMPUTER_DESKTOP = 0x0104|@ohos.bluetooth.constant.d.ts| 324|新增|NA|类名:MajorMinorClass;<br>方法or属性:COMPUTER_SERVER = 0x0108|@ohos.bluetooth.constant.d.ts| 325|新增|NA|类名:MajorMinorClass;<br>方法or属性:COMPUTER_LAPTOP = 0x010C|@ohos.bluetooth.constant.d.ts| 326|新增|NA|类名:MajorMinorClass;<br>方法or属性:COMPUTER_HANDHELD_PC_PDA = 0x0110|@ohos.bluetooth.constant.d.ts| 327|新增|NA|类名:MajorMinorClass;<br>方法or属性:COMPUTER_PALM_SIZE_PC_PDA = 0x0114|@ohos.bluetooth.constant.d.ts| 328|新增|NA|类名:MajorMinorClass;<br>方法or属性:COMPUTER_WEARABLE = 0x0118|@ohos.bluetooth.constant.d.ts| 329|新增|NA|类名:MajorMinorClass;<br>方法or属性:COMPUTER_TABLET = 0x011C|@ohos.bluetooth.constant.d.ts| 330|新增|NA|类名:MajorMinorClass;<br>方法or属性:PHONE_UNCATEGORIZED = 0x0200|@ohos.bluetooth.constant.d.ts| 331|新增|NA|类名:MajorMinorClass;<br>方法or属性:PHONE_CELLULAR = 0x0204|@ohos.bluetooth.constant.d.ts| 332|新增|NA|类名:MajorMinorClass;<br>方法or属性:PHONE_CORDLESS = 0x0208|@ohos.bluetooth.constant.d.ts| 333|新增|NA|类名:MajorMinorClass;<br>方法or属性:PHONE_SMART = 0x020C|@ohos.bluetooth.constant.d.ts| 334|新增|NA|类名:MajorMinorClass;<br>方法or属性:PHONE_MODEM_OR_GATEWAY = 0x0210|@ohos.bluetooth.constant.d.ts| 335|新增|NA|类名:MajorMinorClass;<br>方法or属性:PHONE_ISDN = 0x0214|@ohos.bluetooth.constant.d.ts| 336|新增|NA|类名:MajorMinorClass;<br>方法or属性:NETWORK_FULLY_AVAILABLE = 0x0300|@ohos.bluetooth.constant.d.ts| 337|新增|NA|类名:MajorMinorClass;<br>方法or属性:NETWORK_1_TO_17_UTILIZED = 0x0320|@ohos.bluetooth.constant.d.ts| 338|新增|NA|类名:MajorMinorClass;<br>方法or属性:NETWORK_17_TO_33_UTILIZED = 0x0340|@ohos.bluetooth.constant.d.ts| 339|新增|NA|类名:MajorMinorClass;<br>方法or属性:NETWORK_33_TO_50_UTILIZED = 0x0360|@ohos.bluetooth.constant.d.ts| 340|新增|NA|类名:MajorMinorClass;<br>方法or属性:NETWORK_60_TO_67_UTILIZED = 0x0380|@ohos.bluetooth.constant.d.ts| 341|新增|NA|类名:MajorMinorClass;<br>方法or属性:NETWORK_67_TO_83_UTILIZED = 0x03A0|@ohos.bluetooth.constant.d.ts| 342|新增|NA|类名:MajorMinorClass;<br>方法or属性:NETWORK_83_TO_99_UTILIZED = 0x03C0|@ohos.bluetooth.constant.d.ts| 343|新增|NA|类名:MajorMinorClass;<br>方法or属性:NETWORK_NO_SERVICE = 0x03E0|@ohos.bluetooth.constant.d.ts| 344|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_UNCATEGORIZED = 0x0400|@ohos.bluetooth.constant.d.ts| 345|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404|@ohos.bluetooth.constant.d.ts| 346|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_HANDSFREE = 0x0408|@ohos.bluetooth.constant.d.ts| 347|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_MICROPHONE = 0x0410|@ohos.bluetooth.constant.d.ts| 348|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_LOUDSPEAKER = 0x0414|@ohos.bluetooth.constant.d.ts| 349|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_HEADPHONES = 0x0418|@ohos.bluetooth.constant.d.ts| 350|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C|@ohos.bluetooth.constant.d.ts| 351|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_CAR_AUDIO = 0x0420|@ohos.bluetooth.constant.d.ts| 352|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_SET_TOP_BOX = 0x0424|@ohos.bluetooth.constant.d.ts| 353|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_HIFI_AUDIO = 0x0428|@ohos.bluetooth.constant.d.ts| 354|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VCR = 0x042C|@ohos.bluetooth.constant.d.ts| 355|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_CAMERA = 0x0430|@ohos.bluetooth.constant.d.ts| 356|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_CAMCORDER = 0x0434|@ohos.bluetooth.constant.d.ts| 357|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_MONITOR = 0x0438|@ohos.bluetooth.constant.d.ts| 358|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C|@ohos.bluetooth.constant.d.ts| 359|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440|@ohos.bluetooth.constant.d.ts| 360|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448|@ohos.bluetooth.constant.d.ts| 361|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500|@ohos.bluetooth.constant.d.ts| 362|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_KEYBOARD = 0x0540|@ohos.bluetooth.constant.d.ts| 363|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_POINTING_DEVICE = 0x0580|@ohos.bluetooth.constant.d.ts| 364|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_KEYBOARD_POINTING = 0x05C0|@ohos.bluetooth.constant.d.ts| 365|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_UNCATEGORIZED = 0x0500|@ohos.bluetooth.constant.d.ts| 366|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_JOYSTICK = 0x0504|@ohos.bluetooth.constant.d.ts| 367|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_GAMEPAD = 0x0508|@ohos.bluetooth.constant.d.ts| 368|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_REMOTE_CONTROL = 0x05C0|@ohos.bluetooth.constant.d.ts| 369|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_SENSING_DEVICE = 0x0510|@ohos.bluetooth.constant.d.ts| 370|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_DIGITIZER_TABLET = 0x0514|@ohos.bluetooth.constant.d.ts| 371|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_CARD_READER = 0x0518|@ohos.bluetooth.constant.d.ts| 372|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_DIGITAL_PEN = 0x051C|@ohos.bluetooth.constant.d.ts| 373|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_SCANNER_RFID = 0x0520|@ohos.bluetooth.constant.d.ts| 374|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_GESTURAL_INPUT = 0x0522|@ohos.bluetooth.constant.d.ts| 375|新增|NA|类名:MajorMinorClass;<br>方法or属性:IMAGING_UNCATEGORIZED = 0x0600|@ohos.bluetooth.constant.d.ts| 376|新增|NA|类名:MajorMinorClass;<br>方法or属性:IMAGING_DISPLAY = 0x0610|@ohos.bluetooth.constant.d.ts| 377|新增|NA|类名:MajorMinorClass;<br>方法or属性:IMAGING_CAMERA = 0x0620|@ohos.bluetooth.constant.d.ts| 378|新增|NA|类名:MajorMinorClass;<br>方法or属性:IMAGING_SCANNER = 0x0640|@ohos.bluetooth.constant.d.ts| 379|新增|NA|类名:MajorMinorClass;<br>方法or属性:IMAGING_PRINTER = 0x0680|@ohos.bluetooth.constant.d.ts| 380|新增|NA|类名:MajorMinorClass;<br>方法or属性:WEARABLE_UNCATEGORIZED = 0x0700|@ohos.bluetooth.constant.d.ts| 381|新增|NA|类名:MajorMinorClass;<br>方法or属性:WEARABLE_WRIST_WATCH = 0x0704|@ohos.bluetooth.constant.d.ts| 382|新增|NA|类名:MajorMinorClass;<br>方法or属性:WEARABLE_PAGER = 0x0708|@ohos.bluetooth.constant.d.ts| 383|新增|NA|类名:MajorMinorClass;<br>方法or属性:WEARABLE_JACKET = 0x070C|@ohos.bluetooth.constant.d.ts| 384|新增|NA|类名:MajorMinorClass;<br>方法or属性:WEARABLE_HELMET = 0x0710|@ohos.bluetooth.constant.d.ts| 385|新增|NA|类名:MajorMinorClass;<br>方法or属性:WEARABLE_GLASSES = 0x0714|@ohos.bluetooth.constant.d.ts| 386|新增|NA|类名:MajorMinorClass;<br>方法or属性:TOY_UNCATEGORIZED = 0x0800|@ohos.bluetooth.constant.d.ts| 387|新增|NA|类名:MajorMinorClass;<br>方法or属性:TOY_ROBOT = 0x0804|@ohos.bluetooth.constant.d.ts| 388|新增|NA|类名:MajorMinorClass;<br>方法or属性:TOY_VEHICLE = 0x0808|@ohos.bluetooth.constant.d.ts| 389|新增|NA|类名:MajorMinorClass;<br>方法or属性:TOY_DOLL_ACTION_FIGURE = 0x080C|@ohos.bluetooth.constant.d.ts| 390|新增|NA|类名:MajorMinorClass;<br>方法or属性:TOY_CONTROLLER = 0x0810|@ohos.bluetooth.constant.d.ts| 391|新增|NA|类名:MajorMinorClass;<br>方法or属性:TOY_GAME = 0x0814|@ohos.bluetooth.constant.d.ts| 392|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_UNCATEGORIZED = 0x0900|@ohos.bluetooth.constant.d.ts| 393|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_BLOOD_PRESSURE = 0x0904|@ohos.bluetooth.constant.d.ts| 394|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_THERMOMETER = 0x0908|@ohos.bluetooth.constant.d.ts| 395|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_WEIGHING = 0x090C|@ohos.bluetooth.constant.d.ts| 396|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_GLUCOSE = 0x0910|@ohos.bluetooth.constant.d.ts| 397|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_PULSE_OXIMETER = 0x0914|@ohos.bluetooth.constant.d.ts| 398|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_PULSE_RATE = 0x0918|@ohos.bluetooth.constant.d.ts| 399|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_DATA_DISPLAY = 0x091C|@ohos.bluetooth.constant.d.ts| 400|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_STEP_COUNTER = 0x0920|@ohos.bluetooth.constant.d.ts| 401|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924|@ohos.bluetooth.constant.d.ts| 402|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_PEAK_FLOW_MONITOR = 0x0928|@ohos.bluetooth.constant.d.ts| 403|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_MEDICATION_MONITOR = 0x092C|@ohos.bluetooth.constant.d.ts| 404|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_KNEE_PROSTHESIS = 0x0930|@ohos.bluetooth.constant.d.ts| 405|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_ANKLE_PROSTHESIS = 0x0934|@ohos.bluetooth.constant.d.ts| 406|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_GENERIC_HEALTH_MANAGER = 0x0938|@ohos.bluetooth.constant.d.ts| 407|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C|@ohos.bluetooth.constant.d.ts| 408|新增|NA|类名:hfp;<br>方法or属性:type BaseProfile = baseProfile.BaseProfile;|@ohos.bluetooth.hfp.d.ts| 409|新增|NA|类名:hfp;<br>方法or属性:function createHfpAgProfile(): HandsFreeAudioGatewayProfile;|@ohos.bluetooth.hfp.d.ts| 410|新增|NA|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:connect(deviceId: string): void;|@ohos.bluetooth.hfp.d.ts| 411|新增|NA|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:disconnect(deviceId: string): void;|@ohos.bluetooth.hfp.d.ts| 412|新增|NA|类名:hid;<br>方法or属性:type BaseProfile = baseProfile.BaseProfile;|@ohos.bluetooth.hid.d.ts| 413|新增|NA|类名:hid;<br>方法or属性:function createHidHostProfile(): HidHostProfile;|@ohos.bluetooth.hid.d.ts| 414|新增|NA|类名:HidHostProfile;<br>方法or属性:connect(deviceId: string): void;|@ohos.bluetooth.hid.d.ts| 415|新增|NA|类名:HidHostProfile;<br>方法or属性:disconnect(deviceId: string): void;|@ohos.bluetooth.hid.d.ts| 416|新增|NA|类名:pan;<br>方法or属性:type BaseProfile = baseProfile.BaseProfile;|@ohos.bluetooth.pan.d.ts| 417|新增|NA|类名:pan;<br>方法or属性:function createPanProfile(): PanProfile;|@ohos.bluetooth.pan.d.ts| 418|新增|NA|类名:PanProfile;<br>方法or属性:disconnect(deviceId: string): void;|@ohos.bluetooth.pan.d.ts| 419|新增|NA|类名:PanProfile;<br>方法or属性:setTethering(enable: boolean): void;|@ohos.bluetooth.pan.d.ts| 420|新增|NA|类名:PanProfile;<br>方法or属性:isTetheringOn(): boolean;|@ohos.bluetooth.pan.d.ts| 421|新增|NA|类名:socket;<br>方法or属性:function sppListen(name: string, options: SppOptions, callback: AsyncCallback\<number>): void;|@ohos.bluetooth.socket.d.ts| 422|新增|NA|类名:socket;<br>方法or属性:function sppAccept(serverSocket: number, callback: AsyncCallback\<number>): void;|@ohos.bluetooth.socket.d.ts| 423|新增|NA|类名:socket;<br>方法or属性:function sppConnect(deviceId: string, options: SppOptions, callback: AsyncCallback\<number>): void;|@ohos.bluetooth.socket.d.ts| 424|新增|NA|类名:socket;<br>方法or属性:function sppCloseServerSocket(socket: number): void;|@ohos.bluetooth.socket.d.ts| 425|新增|NA|类名:socket;<br>方法or属性:function sppCloseClientSocket(socket: number): void;|@ohos.bluetooth.socket.d.ts| 426|新增|NA|类名:socket;<br>方法or属性:function sppWrite(clientSocket: number, data: ArrayBuffer): void;|@ohos.bluetooth.socket.d.ts| 427|新增|NA|类名:socket;<br>方法or属性:function on(type: 'sppRead', clientSocket: number, callback: Callback\<ArrayBuffer>): void;|@ohos.bluetooth.socket.d.ts| 428|新增|NA|类名:socket;<br>方法or属性:function off(type: 'sppRead', clientSocket: number, callback?: Callback\<ArrayBuffer>): void;|@ohos.bluetooth.socket.d.ts| 429|新增|NA|类名:SppOptions;<br>方法or属性:uuid: string;|@ohos.bluetooth.socket.d.ts| 430|新增|NA|类名:SppOptions;<br>方法or属性:secure: boolean;|@ohos.bluetooth.socket.d.ts| 431|新增|NA|类名:SppOptions;<br>方法or属性:type: SppType;|@ohos.bluetooth.socket.d.ts| 432|新增|NA|类名:SppType;<br>方法or属性:SPP_RFCOMM|@ohos.bluetooth.socket.d.ts| 433|新增|NA|类名:connection;<br>方法or属性:function getAllNetsSync(): Array\<NetHandle>;|@ohos.net.connection.d.ts| 434|新增|NA|类名:connection;<br>方法or属性:function getConnectionPropertiesSync(netHandle: NetHandle): ConnectionProperties;|@ohos.net.connection.d.ts| 435|新增|NA|类名:connection;<br>方法or属性:function getNetCapabilitiesSync(netHandle: NetHandle): NetCapabilities;|@ohos.net.connection.d.ts| 436|新增|NA|类名:connection;<br>方法or属性:function isDefaultNetMeteredSync(): boolean;|@ohos.net.connection.d.ts| 437|新增|NA|类名:connection;<br>方法or属性:function hasDefaultNetSync(): boolean;|@ohos.net.connection.d.ts| 438|新增|NA|类名:connection;<br>方法or属性:function getAppNetSync(): NetHandle;|@ohos.net.connection.d.ts| 439|新增|NA|类名:connection;<br>方法or属性:function getDefaultHttpProxy(callback: AsyncCallback\<HttpProxy>): void;|@ohos.net.connection.d.ts| 440|新增|NA|类名:connection;<br>方法or属性:function getDefaultHttpProxy(): Promise\<HttpProxy>;|@ohos.net.connection.d.ts| 441|新增|NA|类名:connection;<br>方法or属性:function getGlobalHttpProxy(callback: AsyncCallback\<HttpProxy>): void;|@ohos.net.connection.d.ts| 442|新增|NA|类名:connection;<br>方法or属性:function getGlobalHttpProxy(): Promise\<HttpProxy>;|@ohos.net.connection.d.ts| 443|新增|NA|类名:connection;<br>方法or属性:function setGlobalHttpProxy(httpProxy: HttpProxy, callback: AsyncCallback\<void>): void;|@ohos.net.connection.d.ts| 444|新增|NA|类名:connection;<br>方法or属性:function setGlobalHttpProxy(httpProxy: HttpProxy): Promise\<void>;|@ohos.net.connection.d.ts| 445|新增|NA|类名:NetConnection;<br>方法or属性:on(type: 'netCapabilitiesChange', callback: Callback\<NetCapabilityInfo>): void;|@ohos.net.connection.d.ts| 446|新增|NA|类名:NetCapabilityInfo;<br>方法or属性:netHandle: NetHandle;|@ohos.net.connection.d.ts| 447|新增|NA|类名:NetCapabilityInfo;<br>方法or属性:netCap: NetCapabilities;|@ohos.net.connection.d.ts| 448|新增|NA|类名:HttpProxy;<br>方法or属性:host: string;|@ohos.net.connection.d.ts| 449|新增|NA|类名:HttpProxy;<br>方法or属性:port: number;|@ohos.net.connection.d.ts| 450|新增|NA|类名:HttpProxy;<br>方法or属性:exclusionList: Array\<string>;|@ohos.net.connection.d.ts| 451|新增|NA|类名:ethernet;<br>方法or属性:type HttpProxy = connection.HttpProxy;|@ohos.net.ethernet.d.ts| 452|新增|NA|类名:ethernet;<br>方法or属性:function on(type: 'interfaceStateChange', callback: Callback\<{ iface: string, active: boolean }>): void;|@ohos.net.ethernet.d.ts| 453|新增|NA|类名:ethernet;<br>方法or属性:function off(type: 'interfaceStateChange', callback?: Callback\<{ iface: string, active: boolean }>): void;|@ohos.net.ethernet.d.ts| 454|新增|NA|类名:InterfaceConfiguration;<br>方法or属性:httpProxy?: HttpProxy;|@ohos.net.ethernet.d.ts| 455|新增|NA|类名:http;<br>方法or属性:type HttpProxy = connection.HttpProxy;|@ohos.net.http.d.ts| 456|新增|NA|类名:HttpRequestOptions;<br>方法or属性:usingProxy?: boolean \| HttpProxy;|@ohos.net.http.d.ts| 457|新增|NA|类名:HttpRequestOptions;<br>方法or属性:caPath?: string;|@ohos.net.http.d.ts| 458|新增|NA|类名:HttpRequest;<br>方法or属性:requestInStream(url: string, callback: AsyncCallback\<number>): void;|@ohos.net.http.d.ts| 459|新增|NA|类名:HttpRequest;<br>方法or属性:requestInStream(url: string, options: HttpRequestOptions, callback: AsyncCallback\<number>): void;|@ohos.net.http.d.ts| 460|新增|NA|类名:HttpRequest;<br>方法or属性:requestInStream(url: string, options?: HttpRequestOptions): Promise\<number>;|@ohos.net.http.d.ts| 461|新增|NA|类名:HttpRequest;<br>方法or属性:on(type: "dataReceive", callback: Callback\<ArrayBuffer>): void;|@ohos.net.http.d.ts| 462|新增|NA|类名:HttpRequest;<br>方法or属性:on(type: "dataEnd", callback: Callback\<void>): void;|@ohos.net.http.d.ts| 463|新增|NA|类名:HttpRequest;<br>方法or属性:on(type: 'dataReceiveProgress', callback: Callback\<{ receiveSize: number, totalSize: number }>): void;|@ohos.net.http.d.ts| 464|新增|NA|类名:HttpRequest;<br>方法or属性:off(type: "dataReceive", callback?: Callback\<ArrayBuffer>): void;|@ohos.net.http.d.ts| 465|新增|NA|类名:HttpRequest;<br>方法or属性:off(type: "dataEnd", callback?: Callback\<void>): void;|@ohos.net.http.d.ts| 466|新增|NA|类名:HttpRequest;<br>方法or属性:off(type: 'dataReceiveProgress', callback?: Callback\<{ receiveSize: number, totalSize: number }>): void;|@ohos.net.http.d.ts| 467|新增|NA|类名:mdns;<br>方法or属性:function addLocalService(context: Context, serviceInfo: LocalServiceInfo,<br> callback: AsyncCallback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts| 468|新增|NA|类名:mdns;<br>方法or属性:function addLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\<LocalServiceInfo>;|@ohos.net.mdns.d.ts| 469|新增|NA|类名:mdns;<br>方法or属性:function removeLocalService(context: Context, serviceInfo: LocalServiceInfo,<br> callback: AsyncCallback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts| 470|新增|NA|类名:mdns;<br>方法or属性:function removeLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\<LocalServiceInfo>;|@ohos.net.mdns.d.ts| 471|新增|NA|类名:mdns;<br>方法or属性:function createDiscoveryService(context: Context, serviceType: string): DiscoveryService;|@ohos.net.mdns.d.ts| 472|新增|NA|类名:mdns;<br>方法or属性:function resolveLocalService(context: Context, serviceInfo: LocalServiceInfo,<br> callback: AsyncCallback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts| 473|新增|NA|类名:mdns;<br>方法or属性:function resolveLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\<LocalServiceInfo>;|@ohos.net.mdns.d.ts| 474|新增|NA|类名:DiscoveryService;<br>方法or属性:on(type: 'discoveryStart', callback: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts| 475|新增|NA|类名:DiscoveryService;<br>方法or属性:on(type: 'discoveryStop', callback: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts| 476|新增|NA|类名:DiscoveryService;<br>方法or属性:on(type: 'serviceFound', callback: Callback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts| 477|新增|NA|类名:DiscoveryService;<br>方法or属性:on(type: 'serviceLost', callback: Callback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts| 478|新增|NA|类名:DiscoveryService;<br>方法or属性:off(type: 'discoveryStart', callback?: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts| 479|新增|NA|类名:DiscoveryService;<br>方法or属性:off(type: 'discoveryStop', callback?: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts| 480|新增|NA|类名:DiscoveryService;<br>方法or属性:off(type: 'serviceFound', callback?: Callback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts| 481|新增|NA|类名:DiscoveryService;<br>方法or属性:off(type: 'serviceLost', callback?: Callback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts| 482|新增|NA|类名:DiscoveryService;<br>方法or属性:startSearchingMDNS(): void;|@ohos.net.mdns.d.ts| 483|新增|NA|类名:DiscoveryService;<br>方法or属性:stopSearchingMDNS(): void;|@ohos.net.mdns.d.ts| 484|新增|NA|类名:LocalServiceInfo;<br>方法or属性:serviceType: string;|@ohos.net.mdns.d.ts| 485|新增|NA|类名:LocalServiceInfo;<br>方法or属性:serviceName: string;|@ohos.net.mdns.d.ts| 486|新增|NA|类名:LocalServiceInfo;<br>方法or属性:port?: number;|@ohos.net.mdns.d.ts| 487|新增|NA|类名:LocalServiceInfo;<br>方法or属性:host?: NetAddress;|@ohos.net.mdns.d.ts| 488|新增|NA|类名:LocalServiceInfo;<br>方法or属性:serviceAttribute?: Array\<ServiceAttribute>;|@ohos.net.mdns.d.ts| 489|新增|NA|类名:ServiceAttribute;<br>方法or属性:key: string;|@ohos.net.mdns.d.ts| 490|新增|NA|类名:ServiceAttribute;<br>方法or属性:value: Array\<number>;|@ohos.net.mdns.d.ts| 491|新增|NA|类名:MdnsError;<br>方法or属性:INTERNAL_ERROR = 0|@ohos.net.mdns.d.ts| 492|新增|NA|类名:MdnsError;<br>方法or属性:ALREADY_ACTIVE = 1|@ohos.net.mdns.d.ts| 493|新增|NA|类名:MdnsError;<br>方法or属性:MAX_LIMIT = 2|@ohos.net.mdns.d.ts| 494|新增|NA|类名:policy;<br>方法or属性:function setBackgroundAllowed(isAllowed: boolean, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts| 495|新增|NA|类名:policy;<br>方法or属性:function setBackgroundAllowed(isAllowed: boolean): Promise\<void>;|@ohos.net.policy.d.ts| 496|新增|NA|类名:policy;<br>方法or属性:function isBackgroundAllowed(callback: AsyncCallback\<boolean>): void;|@ohos.net.policy.d.ts| 497|新增|NA|类名:policy;<br>方法or属性:function isBackgroundAllowed(): Promise\<boolean>;|@ohos.net.policy.d.ts| 498|新增|NA|类名:policy;<br>方法or属性:function getBackgroundPolicyByUid(uid: number, callback: AsyncCallback\<NetBackgroundPolicy>): void;|@ohos.net.policy.d.ts| 499|新增|NA|类名:policy;<br>方法or属性:function getBackgroundPolicyByUid(uid: number): Promise\<NetBackgroundPolicy>;|@ohos.net.policy.d.ts| 500|新增|NA|类名:policy;<br>方法or属性:function setPolicyByUid(uid: number, policy: NetUidPolicy, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts| 501|新增|NA|类名:policy;<br>方法or属性:function setPolicyByUid(uid: number, policy: NetUidPolicy): Promise\<void>;|@ohos.net.policy.d.ts| 502|新增|NA|类名:policy;<br>方法or属性:function getPolicyByUid(uid: number, callback: AsyncCallback\<NetUidPolicy>): void;|@ohos.net.policy.d.ts| 503|新增|NA|类名:policy;<br>方法or属性:function getPolicyByUid(uid: number): Promise\<NetUidPolicy>;|@ohos.net.policy.d.ts| 504|新增|NA|类名:policy;<br>方法or属性:function getUidsByPolicy(policy: NetUidPolicy, callback: AsyncCallback\<Array\<number>>): void;|@ohos.net.policy.d.ts| 505|新增|NA|类名:policy;<br>方法or属性:function getUidsByPolicy(policy: NetUidPolicy): Promise\<Array\<number>>;|@ohos.net.policy.d.ts| 506|新增|NA|类名:policy;<br>方法or属性:function isUidNetAllowed(uid: number, isMetered: boolean, callback: AsyncCallback\<boolean>): void;|@ohos.net.policy.d.ts| 507|新增|NA|类名:policy;<br>方法or属性:function isUidNetAllowed(uid: number, isMetered: boolean): Promise\<boolean>;|@ohos.net.policy.d.ts| 508|新增|NA|类名:policy;<br>方法or属性:function isUidNetAllowed(uid: number, iface: string, callback: AsyncCallback\<boolean>): void;|@ohos.net.policy.d.ts| 509|新增|NA|类名:policy;<br>方法or属性:function isUidNetAllowed(uid: number, iface: string): Promise\<boolean>;|@ohos.net.policy.d.ts| 510|新增|NA|类名:policy;<br>方法or属性:function setNetQuotaPolicies(quotaPolicies: Array\<NetQuotaPolicy>, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts| 511|新增|NA|类名:policy;<br>方法or属性:function setNetQuotaPolicies(quotaPolicies: Array\<NetQuotaPolicy>): Promise\<void>;|@ohos.net.policy.d.ts| 512|新增|NA|类名:policy;<br>方法or属性:function getNetQuotaPolicies(callback: AsyncCallback\<Array\<NetQuotaPolicy>>): void;|@ohos.net.policy.d.ts| 513|新增|NA|类名:policy;<br>方法or属性:function getNetQuotaPolicies(): Promise\<Array\<NetQuotaPolicy>>;|@ohos.net.policy.d.ts| 514|新增|NA|类名:policy;<br>方法or属性:function updateRemindPolicy(netType: NetBearType, simId: string, remindType: RemindType, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts| 515|新增|NA|类名:policy;<br>方法or属性:function updateRemindPolicy(netType: NetBearType, simId: string, remindType: RemindType): Promise\<void>;|@ohos.net.policy.d.ts| 516|新增|NA|类名:policy;<br>方法or属性:function setDeviceIdleTrustlist(uids: Array\<number>, isAllowed: boolean, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts| 517|新增|NA|类名:policy;<br>方法or属性:function setDeviceIdleTrustlist(uids: Array\<number>, isAllowed: boolean): Promise\<void>;|@ohos.net.policy.d.ts| 518|新增|NA|类名:policy;<br>方法or属性:function getDeviceIdleTrustlist(callback: AsyncCallback\<Array\<number>>): void;|@ohos.net.policy.d.ts| 519|新增|NA|类名:policy;<br>方法or属性:function getDeviceIdleTrustlist(): Promise\<Array\<number>>;|@ohos.net.policy.d.ts| 520|新增|NA|类名:policy;<br>方法or属性:function setPowerSaveTrustlist(uids: Array\<number>, isAllowed: boolean, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts| 521|新增|NA|类名:policy;<br>方法or属性:function setPowerSaveTrustlist(uids: Array\<number>, isAllowed: boolean): Promise\<void>;|@ohos.net.policy.d.ts| 522|新增|NA|类名:policy;<br>方法or属性:function getPowerSaveTrustlist(callback: AsyncCallback\<Array\<number>>): void;|@ohos.net.policy.d.ts| 523|新增|NA|类名:policy;<br>方法or属性:function getPowerSaveTrustlist(): Promise\<Array\<number>>;|@ohos.net.policy.d.ts| 524|新增|NA|类名:policy;<br>方法or属性:function resetPolicies(simId: string, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts| 525|新增|NA|类名:policy;<br>方法or属性:function resetPolicies(simId: string): Promise\<void>;|@ohos.net.policy.d.ts| 526|新增|NA|类名:policy;<br>方法or属性:function on(type: 'netUidPolicyChange', callback: Callback\<{ uid: number, policy: NetUidPolicy }>): void;|@ohos.net.policy.d.ts| 527|新增|NA|类名:policy;<br>方法or属性:function on(type: 'netUidRuleChange', callback: Callback\<{ uid: number, rule: NetUidRule }>): void;|@ohos.net.policy.d.ts| 528|新增|NA|类名:policy;<br>方法or属性:function on(type: 'netMeteredIfacesChange', callback: Callback\<Array\<string>>): void;|@ohos.net.policy.d.ts| 529|新增|NA|类名:policy;<br>方法or属性:function on(type: 'netQuotaPolicyChange', callback: Callback\<Array\<NetQuotaPolicy>>): void;|@ohos.net.policy.d.ts| 530|新增|NA|类名:policy;<br>方法or属性:function on(type: 'netBackgroundPolicyChange', callback: Callback\<boolean>): void;|@ohos.net.policy.d.ts| 531|新增|NA|类名:policy;<br>方法or属性:function off(type: 'netUidPolicyChange', callback?: Callback\<{ uid: number, policy: NetUidPolicy }>): void;|@ohos.net.policy.d.ts| 532|新增|NA|类名:policy;<br>方法or属性:function off(type: 'netUidRuleChange', callback?: Callback\<{ uid: number, rule: NetUidRule }>): void;|@ohos.net.policy.d.ts| 533|新增|NA|类名:policy;<br>方法or属性:function off(type: 'netMeteredIfacesChange', callback?: Callback\<Array\<string>>): void;|@ohos.net.policy.d.ts| 534|新增|NA|类名:policy;<br>方法or属性:function off(type: 'netQuotaPolicyChange', callback?: Callback\<Array\<NetQuotaPolicy>>): void;|@ohos.net.policy.d.ts| 535|新增|NA|类名:policy;<br>方法or属性:function off(type: 'netBackgroundPolicyChange', callback?: Callback\<boolean>): void;|@ohos.net.policy.d.ts| 536|新增|NA|类名:NetBackgroundPolicy;<br>方法or属性:NET_BACKGROUND_POLICY_NONE = 0|@ohos.net.policy.d.ts| 537|新增|NA|类名:NetBackgroundPolicy;<br>方法or属性:NET_BACKGROUND_POLICY_ENABLE = 1|@ohos.net.policy.d.ts| 538|新增|NA|类名:NetBackgroundPolicy;<br>方法or属性:NET_BACKGROUND_POLICY_DISABLE = 2|@ohos.net.policy.d.ts| 539|新增|NA|类名:NetBackgroundPolicy;<br>方法or属性:NET_BACKGROUND_POLICY_TRUSTLIST = 3|@ohos.net.policy.d.ts| 540|新增|NA|类名:NetQuotaPolicy;<br>方法or属性:networkMatchRule: NetworkMatchRule;|@ohos.net.policy.d.ts| 541|新增|NA|类名:NetQuotaPolicy;<br>方法or属性:quotaPolicy: QuotaPolicy;|@ohos.net.policy.d.ts| 542|新增|NA|类名:QuotaPolicy;<br>方法or属性:periodDuration: string;|@ohos.net.policy.d.ts| 543|新增|NA|类名:QuotaPolicy;<br>方法or属性:warningBytes: number;|@ohos.net.policy.d.ts| 544|新增|NA|类名:QuotaPolicy;<br>方法or属性:limitBytes: number;|@ohos.net.policy.d.ts| 545|新增|NA|类名:QuotaPolicy;<br>方法or属性:metered: boolean;|@ohos.net.policy.d.ts| 546|新增|NA|类名:QuotaPolicy;<br>方法or属性:limitAction: LimitAction;|@ohos.net.policy.d.ts| 547|新增|NA|类名:QuotaPolicy;<br>方法or属性:lastWarningRemind?: number;|@ohos.net.policy.d.ts| 548|新增|NA|类名:QuotaPolicy;<br>方法or属性:lastLimitRemind?: number;|@ohos.net.policy.d.ts| 549|新增|NA|类名:NetworkMatchRule;<br>方法or属性:netType: NetBearType;|@ohos.net.policy.d.ts| 550|新增|NA|类名:NetworkMatchRule;<br>方法or属性:identity: string;|@ohos.net.policy.d.ts| 551|新增|NA|类名:NetworkMatchRule;<br>方法or属性:simId: string;|@ohos.net.policy.d.ts| 552|新增|NA|类名:LimitAction;<br>方法or属性:LIMIT_ACTION_NONE = -1|@ohos.net.policy.d.ts| 553|新增|NA|类名:LimitAction;<br>方法or属性:LIMIT_ACTION_ACCESS_DISABLED = 0|@ohos.net.policy.d.ts| 554|新增|NA|类名:LimitAction;<br>方法or属性:LIMIT_ACTION_ALERT_ONLY = 1|@ohos.net.policy.d.ts| 555|新增|NA|类名:NetUidRule;<br>方法or属性:NET_RULE_NONE = 0|@ohos.net.policy.d.ts| 556|新增|NA|类名:NetUidRule;<br>方法or属性:NET_RULE_ALLOW_METERED_FOREGROUND = 1 \<\< 0|@ohos.net.policy.d.ts| 557|新增|NA|类名:NetUidRule;<br>方法or属性:NET_RULE_ALLOW_METERED = 1 \<\< 1|@ohos.net.policy.d.ts| 558|新增|NA|类名:NetUidRule;<br>方法or属性:NET_RULE_REJECT_METERED = 1 \<\< 2|@ohos.net.policy.d.ts| 559|新增|NA|类名:NetUidRule;<br>方法or属性:NET_RULE_ALLOW_ALL = 1 \<\< 5|@ohos.net.policy.d.ts| 560|新增|NA|类名:NetUidRule;<br>方法or属性:NET_RULE_REJECT_ALL = 1 \<\< 6|@ohos.net.policy.d.ts| 561|新增|NA|类名:RemindType;<br>方法or属性:REMIND_TYPE_WARNING = 1|@ohos.net.policy.d.ts| 562|新增|NA|类名:RemindType;<br>方法or属性:REMIND_TYPE_LIMIT = 2|@ohos.net.policy.d.ts| 563|新增|NA|类名:NetUidPolicy;<br>方法or属性:NET_POLICY_NONE = 0|@ohos.net.policy.d.ts| 564|新增|NA|类名:NetUidPolicy;<br>方法or属性:NET_POLICY_ALLOW_METERED_BACKGROUND = 1 \<\< 0|@ohos.net.policy.d.ts| 565|新增|NA|类名:NetUidPolicy;<br>方法or属性:NET_POLICY_REJECT_METERED_BACKGROUND = 1 \<\< 1|@ohos.net.policy.d.ts| 566|新增|NA|类名:socket;<br>方法or属性:function constructTCPSocketServerInstance(): TCPSocketServer;|@ohos.net.socket.d.ts| 567|新增|NA|类名:socket;<br>方法or属性:function constructTLSSocketServerInstance(): TLSSocketServer;|@ohos.net.socket.d.ts| 568|新增|NA|类名:TCPSocket;<br>方法or属性:getSocketFd(callback: AsyncCallback\<number>): void;|@ohos.net.socket.d.ts| 569|新增|NA|类名:TCPSocket;<br>方法or属性:getSocketFd(): Promise\<number>;|@ohos.net.socket.d.ts| 570|新增|NA|类名:TCPSocketConnection;<br>方法or属性:clientId: number;|@ohos.net.socket.d.ts| 571|新增|NA|类名:TLSSocketConnection;<br>方法or属性:clientId: number;|@ohos.net.socket.d.ts| 572|新增|NA|类名:TCPSocketConnection;<br>方法or属性:on(type: 'close', callback: Callback\<void>): void;|@ohos.net.socket.d.ts| 573|新增|NA|类名:TLSSocketConnection;<br>方法or属性:on(type: 'close', callback: Callback\<void>): void;|@ohos.net.socket.d.ts| 574|新增|NA|类名:TCPSocketConnection;<br>方法or属性:off(type: 'close', callback?: Callback\<void>): void;|@ohos.net.socket.d.ts| 575|新增|NA|类名:TLSSocketConnection;<br>方法or属性:off(type: 'close', callback?: Callback\<void>): void;|@ohos.net.socket.d.ts| 576|新增|NA|类名:TCPSocketServer;<br>方法or属性:listen(address: NetAddress, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts| 577|新增|NA|类名:TCPSocketServer;<br>方法or属性:listen(address: NetAddress): Promise\<void>;|@ohos.net.socket.d.ts| 578|新增|NA|类名:TCPSocketServer;<br>方法or属性:on(type: 'connect', callback: Callback\<TCPSocketConnection>): void;|@ohos.net.socket.d.ts| 579|新增|NA|类名:TCPSocketServer;<br>方法or属性:off(type: 'connect', callback?: Callback\<TCPSocketConnection>): void;|@ohos.net.socket.d.ts| 580|新增|NA|类名:TLSSocketServer;<br>方法or属性:listen(options: TLSConnectOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts| 581|新增|NA|类名:TLSSocketServer;<br>方法or属性:listen(options: TLSConnectOptions): Promise\<void>;|@ohos.net.socket.d.ts| 582|新增|NA|类名:TLSSocketServer;<br>方法or属性:on(type: 'connect', callback: Callback\<TLSSocketConnection>): void;|@ohos.net.socket.d.ts| 583|新增|NA|类名:TLSSocketServer;<br>方法or属性:off(type: 'connect', callback?: Callback\<TLSSocketConnection>): void;|@ohos.net.socket.d.ts| 584|新增|NA|类名:statistics;<br>方法or属性:function getIfaceRxBytes(nic: string, callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts| 585|新增|NA|类名:statistics;<br>方法or属性:function getIfaceRxBytes(nic: string): Promise\<number>;|@ohos.net.statistics.d.ts| 586|新增|NA|类名:statistics;<br>方法or属性:function getIfaceTxBytes(nic: string, callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts| 587|新增|NA|类名:statistics;<br>方法or属性:function getIfaceTxBytes(nic: string): Promise\<number>;|@ohos.net.statistics.d.ts| 588|新增|NA|类名:statistics;<br>方法or属性:function getCellularRxBytes(callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts| 589|新增|NA|类名:statistics;<br>方法or属性:function getCellularRxBytes(): Promise\<number>;|@ohos.net.statistics.d.ts| 590|新增|NA|类名:statistics;<br>方法or属性:function getCellularTxBytes(callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts| 591|新增|NA|类名:statistics;<br>方法or属性:function getCellularTxBytes(): Promise\<number>;|@ohos.net.statistics.d.ts| 592|新增|NA|类名:statistics;<br>方法or属性:function getAllRxBytes(callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts| 593|新增|NA|类名:statistics;<br>方法or属性:function getAllRxBytes(): Promise\<number>;|@ohos.net.statistics.d.ts| 594|新增|NA|类名:statistics;<br>方法or属性:function getAllTxBytes(callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts| 595|新增|NA|类名:statistics;<br>方法or属性:function getAllTxBytes(): Promise\<number>;|@ohos.net.statistics.d.ts| 596|新增|NA|类名:statistics;<br>方法or属性:function getUidRxBytes(uid: number, callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts| 597|新增|NA|类名:statistics;<br>方法or属性:function getUidRxBytes(uid: number): Promise\<number>;|@ohos.net.statistics.d.ts| 598|新增|NA|类名:statistics;<br>方法or属性:function getUidTxBytes(uid: number, callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts| 599|新增|NA|类名:statistics;<br>方法or属性:function getUidTxBytes(uid: number): Promise\<number>;|@ohos.net.statistics.d.ts| 600|新增|NA|类名:statistics;<br>方法or属性:function on(type: 'netStatsChange', callback: Callback\<{ iface: string, uid?: number }>): void;|@ohos.net.statistics.d.ts| 601|新增|NA|类名:statistics;<br>方法or属性:function off(type: 'netStatsChange', callback?: Callback\<{ iface: string, uid?: number }>): void;|@ohos.net.statistics.d.ts| 602|新增|NA|类名:statistics;<br>方法or属性:function getTrafficStatsByIface(ifaceInfo: IfaceInfo, callback: AsyncCallback\<NetStatsInfo>): void;|@ohos.net.statistics.d.ts| 603|新增|NA|类名:statistics;<br>方法or属性:function getTrafficStatsByIface(ifaceInfo: IfaceInfo): Promise\<NetStatsInfo>;|@ohos.net.statistics.d.ts| 604|新增|NA|类名:statistics;<br>方法or属性:function getTrafficStatsByUid(uidInfo: UidInfo, callback: AsyncCallback\<NetStatsInfo>): void;|@ohos.net.statistics.d.ts| 605|新增|NA|类名:statistics;<br>方法or属性:function getTrafficStatsByUid(uidInfo: UidInfo): Promise\<NetStatsInfo>;|@ohos.net.statistics.d.ts| 606|新增|NA|类名:IfaceInfo;<br>方法or属性:iface: string;|@ohos.net.statistics.d.ts| 607|新增|NA|类名:IfaceInfo;<br>方法or属性:startTime: number;|@ohos.net.statistics.d.ts| 608|新增|NA|类名:IfaceInfo;<br>方法or属性:endTime: number;|@ohos.net.statistics.d.ts| 609|新增|NA|类名:UidInfo;<br>方法or属性:ifaceInfo: IfaceInfo;|@ohos.net.statistics.d.ts| 610|新增|NA|类名:UidInfo;<br>方法or属性:uid: number;|@ohos.net.statistics.d.ts| 611|新增|NA|类名:NetStatsInfo;<br>方法or属性:rxBytes: number;|@ohos.net.statistics.d.ts| 612|新增|NA|类名:NetStatsInfo;<br>方法or属性:txBytes: number;|@ohos.net.statistics.d.ts| 613|新增|NA|类名:NetStatsInfo;<br>方法or属性:rxPackets: number;|@ohos.net.statistics.d.ts| 614|新增|NA|类名:NetStatsInfo;<br>方法or属性:txPackets: number;|@ohos.net.statistics.d.ts| 615|新增|NA|类名:vpn;<br>方法or属性:function createVpnConnection(context: AbilityContext): VpnConnection;|@ohos.net.vpn.d.ts| 616|新增|NA|类名:VpnConnection;<br>方法or属性:setUp(config: VpnConfig, callback: AsyncCallback\<number>): void;|@ohos.net.vpn.d.ts| 617|新增|NA|类名:VpnConnection;<br>方法or属性:setUp(config: VpnConfig): Promise\<number>;|@ohos.net.vpn.d.ts| 618|新增|NA|类名:VpnConnection;<br>方法or属性:protect(socketFd: number, callback: AsyncCallback\<void>): void;|@ohos.net.vpn.d.ts| 619|新增|NA|类名:VpnConnection;<br>方法or属性:protect(socketFd: number): Promise\<void>;|@ohos.net.vpn.d.ts| 620|新增|NA|类名:VpnConnection;<br>方法or属性:destroy(callback: AsyncCallback\<void>): void;|@ohos.net.vpn.d.ts| 621|新增|NA|类名:VpnConnection;<br>方法or属性:destroy(): Promise\<void>;|@ohos.net.vpn.d.ts| 622|新增|NA|类名:VpnConfig;<br>方法or属性:addresses: Array\<LinkAddress>;|@ohos.net.vpn.d.ts| 623|新增|NA|类名:VpnConfig;<br>方法or属性:routes?: Array\<RouteInfo>;|@ohos.net.vpn.d.ts| 624|新增|NA|类名:VpnConfig;<br>方法or属性:dnsAddresses?: Array\<string>;|@ohos.net.vpn.d.ts| 625|新增|NA|类名:VpnConfig;<br>方法or属性:searchDomains?: Array\<string>;|@ohos.net.vpn.d.ts| 626|新增|NA|类名:VpnConfig;<br>方法or属性:mtu?: number;|@ohos.net.vpn.d.ts| 627|新增|NA|类名:VpnConfig;<br>方法or属性:isIPv4Accepted?: boolean;|@ohos.net.vpn.d.ts| 628|新增|NA|类名:VpnConfig;<br>方法or属性:isIPv6Accepted?: boolean;|@ohos.net.vpn.d.ts| 629|新增|NA|类名:VpnConfig;<br>方法or属性:isLegacy?: boolean;|@ohos.net.vpn.d.ts| 630|新增|NA|类名:VpnConfig;<br>方法or属性:isBlocking?: boolean;|@ohos.net.vpn.d.ts| 631|新增|NA|类名:VpnConfig;<br>方法or属性:trustedApplications?: Array\<string>;|@ohos.net.vpn.d.ts| 632|新增|NA|类名:VpnConfig;<br>方法or属性:blockedApplications?: Array\<string>;|@ohos.net.vpn.d.ts| 633|新增|NA|类名:CloseResult;<br>方法or属性:code: number;|@ohos.net.webSocket.d.ts| 634|新增|NA|类名:CloseResult;<br>方法or属性:reason: string;|@ohos.net.webSocket.d.ts| 635|新增|NA|类名:tag;<br>方法or属性:function registerForegroundDispatch(<br> elementName: ElementName,<br> discTech: number[],<br> callback: AsyncCallback\<TagInfo><br> ): void;|@ohos.nfc.tag.d.ts| 636|新增|NA|类名:tag;<br>方法or属性:function unregisterForegroundDispatch(elementName: ElementName): void;|@ohos.nfc.tag.d.ts| 637|新增|NA|类名:omapi;<br>方法or属性:function newSEService(type: 'serviceState', callback: Callback\<ServiceState>): SEService;|@ohos.secureElement.d.ts| 638|新增|NA|类名:SEService;<br>方法or属性:getReaders(): Reader[];|@ohos.secureElement.d.ts| 639|新增|NA|类名:SEService;<br>方法or属性:isConnected(): boolean;|@ohos.secureElement.d.ts| 640|新增|NA|类名:SEService;<br>方法or属性:shutdown(): void;|@ohos.secureElement.d.ts| 641|新增|NA|类名:SEService;<br>方法or属性:getVersion(): string;|@ohos.secureElement.d.ts| 642|新增|NA|类名:Reader;<br>方法or属性:getName(): string;|@ohos.secureElement.d.ts| 643|新增|NA|类名:Reader;<br>方法or属性:isSecureElementPresent(): boolean;|@ohos.secureElement.d.ts| 644|新增|NA|类名:Reader;<br>方法or属性:openSession(): Session;|@ohos.secureElement.d.ts| 645|新增|NA|类名:Reader;<br>方法or属性:closeSessions(): void;|@ohos.secureElement.d.ts| 646|新增|NA|类名:Session;<br>方法or属性:getReader(): Reader;|@ohos.secureElement.d.ts| 647|新增|NA|类名:Session;<br>方法or属性:getATR(): number[];|@ohos.secureElement.d.ts| 648|新增|NA|类名:Session;<br>方法or属性:close(): void;|@ohos.secureElement.d.ts| 649|新增|NA|类名:Channel;<br>方法or属性:close(): void;|@ohos.secureElement.d.ts| 650|新增|NA|类名:Session;<br>方法or属性:isClosed(): boolean;|@ohos.secureElement.d.ts| 651|新增|NA|类名:Channel;<br>方法or属性:isClosed(): boolean;|@ohos.secureElement.d.ts| 652|新增|NA|类名:Session;<br>方法or属性:closeChannels(): void;|@ohos.secureElement.d.ts| 653|新增|NA|类名:Session;<br>方法or属性:openBasicChannel(aid: number[]): Promise\<Channel>;|@ohos.secureElement.d.ts| 654|新增|NA|类名:Session;<br>方法or属性:openBasicChannel(aid: number[], callback: AsyncCallback\<Channel>): void;|@ohos.secureElement.d.ts| 655|新增|NA|类名:Session;<br>方法or属性:openBasicChannel(aid: number[], p2: number): Promise\<Channel>;|@ohos.secureElement.d.ts| 656|新增|NA|类名:Session;<br>方法or属性:openBasicChannel(aid: number[], p2: number, callback: AsyncCallback\<Channel>): void;|@ohos.secureElement.d.ts| 657|新增|NA|类名:Session;<br>方法or属性:openLogicalChannel(aid: number[]): Promise\<Channel>;|@ohos.secureElement.d.ts| 658|新增|NA|类名:Session;<br>方法or属性:openLogicalChannel(aid: number[], callback: AsyncCallback\<Channel>): void;|@ohos.secureElement.d.ts| 659|新增|NA|类名:Session;<br>方法or属性:openLogicalChannel(aid: number[], p2: number): Promise\<Channel>;|@ohos.secureElement.d.ts| 660|新增|NA|类名:Session;<br>方法or属性:openLogicalChannel(aid: number[], p2: number, callback: AsyncCallback\<Channel>): void;|@ohos.secureElement.d.ts| 661|新增|NA|类名:Channel;<br>方法or属性:getSession(): Session;|@ohos.secureElement.d.ts| 662|新增|NA|类名:Channel;<br>方法or属性:isBasicChannel(): boolean;|@ohos.secureElement.d.ts| 663|新增|NA|类名:Channel;<br>方法or属性:getSelectResponse(): number[];|@ohos.secureElement.d.ts| 664|新增|NA|类名:Channel;<br>方法or属性:transmit(command: number[]): Promise\<number[]>;|@ohos.secureElement.d.ts| 665|新增|NA|类名:Channel;<br>方法or属性:transmit(command: number[], callback: AsyncCallback\<number[]>): void;|@ohos.secureElement.d.ts| 666|新增|NA|类名:ServiceState;<br>方法or属性:DISCONNECTED = 0|@ohos.secureElement.d.ts| 667|新增|NA|类名:ServiceState;<br>方法or属性:CONNECTED = 1|@ohos.secureElement.d.ts| 668|新增|NA|类名:wifiManager;<br>方法or属性:function startScan(): void;|@ohos.wifiManager.d.ts| 669|新增|NA|类名:wifiManager;<br>方法or属性:function getScanInfoList(): Array\<WifiScanInfo>;|@ohos.wifiManager.d.ts| 670|新增|NA|类名:wifiManager;<br>方法or属性:function setScanAlwaysAllowed(isScanAlwaysAllowed: boolean): void;|@ohos.wifiManager.d.ts| 671|新增|NA|类名:wifiManager;<br>方法or属性:function getScanAlwaysAllowed(): boolean;|@ohos.wifiManager.d.ts| 672|新增|NA|类名:wifiManager;<br>方法or属性:function getIpv6Info(): Ipv6Info;|@ohos.wifiManager.d.ts| 673|新增|NA|类名:wifiManager;<br>方法or属性:function isBandTypeSupported(bandType: WifiBandType): boolean;|@ohos.wifiManager.d.ts| 674|新增|NA|类名:wifiManager;<br>方法or属性:function get5GChannelList(): Array\<number>;|@ohos.wifiManager.d.ts| 675|新增|NA|类名:wifiManager;<br>方法or属性:function getDisconnectedReason(): DisconnectedReason;|@ohos.wifiManager.d.ts| 676|新增|NA|类名:DeviceAddressType;<br>方法or属性:RANDOM_DEVICE_ADDRESS|@ohos.wifiManager.d.ts| 677|新增|NA|类名:DeviceAddressType;<br>方法or属性:REAL_DEVICE_ADDRESS|@ohos.wifiManager.d.ts| 678|新增|NA|类名:DisconnectedReason;<br>方法or属性:DISC_REASON_DEFAULT = 0|@ohos.wifiManager.d.ts| 679|新增|NA|类名:DisconnectedReason;<br>方法or属性:DISC_REASON_WRONG_PWD = 1|@ohos.wifiManager.d.ts| 680|新增|NA|类名:DisconnectedReason;<br>方法or属性:DISC_REASON_CONNECTION_FULL = 2|@ohos.wifiManager.d.ts| 681|新增|NA|类名:ProxyMethod;<br>方法or属性:METHOD_NONE = 0|@ohos.wifiManager.d.ts| 682|新增|NA|类名:ProxyMethod;<br>方法or属性:METHOD_AUTO = 1|@ohos.wifiManager.d.ts| 683|新增|NA|类名:ProxyMethod;<br>方法or属性:METHOD_MANUAL = 2|@ohos.wifiManager.d.ts| 684|新增|NA|类名:WifiProxyConfig;<br>方法or属性:proxyMethod?: ProxyMethod;|@ohos.wifiManager.d.ts| 685|新增|NA|类名:WifiProxyConfig;<br>方法or属性:pacWebAddress?: string;|@ohos.wifiManager.d.ts| 686|新增|NA|类名:WifiProxyConfig;<br>方法or属性:serverHostName?: string;|@ohos.wifiManager.d.ts| 687|新增|NA|类名:WifiProxyConfig;<br>方法or属性:serverPort?: number;|@ohos.wifiManager.d.ts| 688|新增|NA|类名:WifiProxyConfig;<br>方法or属性:exclusionObjects?: string;|@ohos.wifiManager.d.ts| 689|新增|NA|类名:WifiEapConfig;<br>方法or属性:caCertAlias: string;|@ohos.wifiManager.d.ts| 690|新增|NA|类名:WifiEapConfig;<br>方法or属性:clientCertAlias: string;|@ohos.wifiManager.d.ts| 691|新增|NA|类名:WifiDeviceConfig;<br>方法or属性:bssidType?: DeviceAddressType;|@ohos.wifiManager.d.ts| 692|新增|NA|类名:WifiDeviceConfig;<br>方法or属性:proxyConfig?: WifiProxyConfig;|@ohos.wifiManager.d.ts| 693|新增|NA|类名:WifiScanInfo;<br>方法or属性:bssidType: DeviceAddressType;|@ohos.wifiManager.d.ts| 694|新增|NA|类名:WifiBandType;<br>方法or属性:WIFI_BAND_NONE|@ohos.wifiManager.d.ts| 695|新增|NA|类名:WifiBandType;<br>方法or属性:WIFI_BAND_2G|@ohos.wifiManager.d.ts| 696|新增|NA|类名:WifiBandType;<br>方法or属性:WIFI_BAND_5G|@ohos.wifiManager.d.ts| 697|新增|NA|类名:WifiBandType;<br>方法or属性:WIFI_BAND_6G|@ohos.wifiManager.d.ts| 698|新增|NA|类名:WifiBandType;<br>方法or属性:WIFI_BAND_60G|@ohos.wifiManager.d.ts| 699|新增|NA|类名:WifiStandard;<br>方法or属性:WIFI_STANDARD_UNDEFINED|@ohos.wifiManager.d.ts| 700|新增|NA|类名:WifiStandard;<br>方法or属性:WIFI_STANDARD_11A|@ohos.wifiManager.d.ts| 701|新增|NA|类名:WifiStandard;<br>方法or属性:WIFI_STANDARD_11B|@ohos.wifiManager.d.ts| 702|新增|NA|类名:WifiStandard;<br>方法or属性:WIFI_STANDARD_11G|@ohos.wifiManager.d.ts| 703|新增|NA|类名:WifiStandard;<br>方法or属性:WIFI_STANDARD_11N|@ohos.wifiManager.d.ts| 704|新增|NA|类名:WifiStandard;<br>方法or属性:WIFI_STANDARD_11AC|@ohos.wifiManager.d.ts| 705|新增|NA|类名:WifiStandard;<br>方法or属性:WIFI_STANDARD_11AX|@ohos.wifiManager.d.ts| 706|新增|NA|类名:WifiStandard;<br>方法or属性:WIFI_STANDARD_11AD|@ohos.wifiManager.d.ts| 707|新增|NA|类名:WifiLinkedInfo;<br>方法or属性:rxLinkSpeed: number;|@ohos.wifiManager.d.ts| 708|新增|NA|类名:WifiLinkedInfo;<br>方法or属性:maxSupportedTxLinkSpeed: number;|@ohos.wifiManager.d.ts| 709|新增|NA|类名:WifiLinkedInfo;<br>方法or属性:maxSupportedRxLinkSpeed: number;|@ohos.wifiManager.d.ts| 710|新增|NA|类名:WifiLinkedInfo;<br>方法or属性:channelWidth: WifiChannelWidth;|@ohos.wifiManager.d.ts| 711|新增|NA|类名:WifiLinkedInfo;<br>方法or属性:wifiStandard: WifiStandard;|@ohos.wifiManager.d.ts| 712|新增|NA|类名:Ipv6Info;<br>方法or属性:linkIpv6Address: string;|@ohos.wifiManager.d.ts| 713|新增|NA|类名:Ipv6Info;<br>方法or属性:globalIpv6Address: string;|@ohos.wifiManager.d.ts| 714|新增|NA|类名:Ipv6Info;<br>方法or属性:randomGlobalIpv6Address: string;|@ohos.wifiManager.d.ts| 715|新增|NA|类名:Ipv6Info;<br>方法or属性:gateway: string;|@ohos.wifiManager.d.ts| 716|新增|NA|类名:Ipv6Info;<br>方法or属性:netmask: string;|@ohos.wifiManager.d.ts| 717|新增|NA|类名:Ipv6Info;<br>方法or属性:primaryDNS: string;|@ohos.wifiManager.d.ts| 718|新增|NA|类名:Ipv6Info;<br>方法or属性:secondDNS: string;|@ohos.wifiManager.d.ts| 719|新增|NA|类名:HotspotConfig;<br>方法or属性:channel?: number;|@ohos.wifiManager.d.ts| 720|新增|NA|类名:HotspotConfig;<br>方法or属性:ipAddress?: string;|@ohos.wifiManager.d.ts| 721|新增|NA|类名:StationInfo;<br>方法or属性:macAddressType?: DeviceAddressType;|@ohos.wifiManager.d.ts| 722|新增|NA|类名:WifiP2pDevice;<br>方法or属性:deviceAddressType?: DeviceAddressType;|@ohos.wifiManager.d.ts| 723|新增|NA|类名:WifiP2PConfig;<br>方法or属性:deviceAddressType?: DeviceAddressType;|@ohos.wifiManager.d.ts| 724|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:declare bluetoothManager<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:declare bluetoothManager<br>新版本信息:10<br>代替接口:|@ohos.bluetoothManager.d.ts| 725|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function getState(): BluetoothState;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function getState(): BluetoothState;<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access#getState|@ohos.bluetoothManager.d.ts| 726|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function getBtConnectionState(): ProfileConnectionState;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function getBtConnectionState(): ProfileConnectionState;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#getProfileConnectionState|@ohos.bluetoothManager.d.ts| 727|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function pairDevice(deviceId: string): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function pairDevice(deviceId: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#pairDevice|@ohos.bluetoothManager.d.ts| 728|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function cancelPairedDevice(deviceId: string): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function cancelPairedDevice(deviceId: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#cancelPairedDevice|@ohos.bluetoothManager.d.ts| 729|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function getRemoteDeviceName(deviceId: string): string;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function getRemoteDeviceName(deviceId: string): string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#getRemoteDeviceName|@ohos.bluetoothManager.d.ts| 730|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function getRemoteDeviceClass(deviceId: string): DeviceClass;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function getRemoteDeviceClass(deviceId: string): DeviceClass;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#getRemoteDeviceClass|@ohos.bluetoothManager.d.ts| 731|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function enableBluetooth(): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function enableBluetooth(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access#enableBluetooth|@ohos.bluetoothManager.d.ts| 732|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function disableBluetooth(): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function disableBluetooth(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access#disableBluetooth|@ohos.bluetoothManager.d.ts| 733|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function getLocalName(): string;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function getLocalName(): string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#getLocalName|@ohos.bluetoothManager.d.ts| 734|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function getPairedDevices(): Array\<string>;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function getPairedDevices(): Array\<string>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#getPairedDevices|@ohos.bluetoothManager.d.ts| 735|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#getProfileConnectionState|@ohos.bluetoothManager.d.ts| 736|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function setDevicePairingConfirmation(device: string, accept: boolean): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function setDevicePairingConfirmation(device: string, accept: boolean): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#setDevicePairingConfirmation|@ohos.bluetoothManager.d.ts| 737|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function setLocalName(name: string): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function setLocalName(name: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#setLocalName|@ohos.bluetoothManager.d.ts| 738|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function setBluetoothScanMode(mode: ScanMode, duration: number): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function setBluetoothScanMode(mode: ScanMode, duration: number): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#setBluetoothScanMode|@ohos.bluetoothManager.d.ts| 739|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function getBluetoothScanMode(): ScanMode;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function getBluetoothScanMode(): ScanMode;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#getBluetoothScanMode|@ohos.bluetoothManager.d.ts| 740|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function startBluetoothDiscovery(): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function startBluetoothDiscovery(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#startBluetoothDiscovery|@ohos.bluetoothManager.d.ts| 741|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function stopBluetoothDiscovery(): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function stopBluetoothDiscovery(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#stopBluetoothDiscovery|@ohos.bluetoothManager.d.ts| 742|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function on(type: 'bluetoothDeviceFind', callback: Callback\<Array\<string>>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function on(type: 'bluetoothDeviceFind', callback: Callback\<Array\<string>>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.on#event:bluetoothDeviceFind|@ohos.bluetoothManager.d.ts| 743|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function on(type: 'bondStateChange', callback: Callback\<BondStateParam>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function on(type: 'bondStateChange', callback: Callback\<BondStateParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.on#event:bondStateChange|@ohos.bluetoothManager.d.ts| 744|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function on(type: 'pinRequired', callback: Callback\<PinRequiredParam>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function on(type: 'pinRequired', callback: Callback\<PinRequiredParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.on#event:pinRequired|@ohos.bluetoothManager.d.ts| 745|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function on(type: 'stateChange', callback: Callback\<BluetoothState>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function on(type: 'stateChange', callback: Callback\<BluetoothState>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.on#event:stateChange|@ohos.bluetoothManager.d.ts| 746|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function on(type: 'sppRead', clientSocket: number, callback: Callback\<ArrayBuffer>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function on(type: 'sppRead', clientSocket: number, callback: Callback\<ArrayBuffer>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket.on#event:sppRead|@ohos.bluetoothManager.d.ts| 747|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function off(type: 'bluetoothDeviceFind', callback?: Callback\<Array\<string>>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function off(type: 'bluetoothDeviceFind', callback?: Callback\<Array\<string>>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.off#event:bluetoothDeviceFind|@ohos.bluetoothManager.d.ts| 748|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function off(type: 'bondStateChange', callback?: Callback\<BondStateParam>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function off(type: 'bondStateChange', callback?: Callback\<BondStateParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.off#event:bondStateChange|@ohos.bluetoothManager.d.ts| 749|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function off(type: 'pinRequired', callback?: Callback\<PinRequiredParam>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function off(type: 'pinRequired', callback?: Callback\<PinRequiredParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.off#event:pinRequired|@ohos.bluetoothManager.d.ts| 750|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function off(type: 'stateChange', callback?: Callback\<BluetoothState>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function off(type: 'stateChange', callback?: Callback\<BluetoothState>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.off#event:stateChange|@ohos.bluetoothManager.d.ts| 751|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function off(type: 'sppRead', clientSocket: number, callback?: Callback\<ArrayBuffer>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function off(type: 'sppRead', clientSocket: number, callback?: Callback\<ArrayBuffer>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket.off#event:sppRead|@ohos.bluetoothManager.d.ts| 752|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket#sppListen|@ohos.bluetoothManager.d.ts| 753|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function sppAccept(serverSocket: number, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function sppAccept(serverSocket: number, callback: AsyncCallback\<number>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket#sppAccept|@ohos.bluetoothManager.d.ts| 754|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket#sppConnect|@ohos.bluetoothManager.d.ts| 755|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function sppCloseServerSocket(socket: number): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function sppCloseServerSocket(socket: number): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket#sppCloseServerSocket|@ohos.bluetoothManager.d.ts| 756|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function sppCloseClientSocket(socket: number): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function sppCloseClientSocket(socket: number): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket#sppCloseClientSocket|@ohos.bluetoothManager.d.ts| 757|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function sppWrite(clientSocket: number, data: ArrayBuffer): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function sppWrite(clientSocket: number, data: ArrayBuffer): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket#sppWrite|@ohos.bluetoothManager.d.ts| 758|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function getProfileInstance(<br><br> profileId: ProfileId<br><br> ): A2dpSourceProfile \| HandsFreeAudioGatewayProfile \| HidHostProfile \| PanProfile;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function getProfileInstance(<br><br> profileId: ProfileId<br><br> ): A2dpSourceProfile \| HandsFreeAudioGatewayProfile \| HidHostProfile \| PanProfile;<br>新版本信息:10<br>代替接口:|@ohos.bluetoothManager.d.ts| 759|废弃版本有变化|类名:BaseProfile;<br>方法or属性:interface BaseProfile<br>旧版本信息:|类名:BaseProfile;<br>方法or属性:interface BaseProfile<br>新版本信息:10<br>代替接口: ohos.bluetooth.baseProfile/baseProfile.BaseProfile|@ohos.bluetoothManager.d.ts| 760|废弃版本有变化|类名:BaseProfile;<br>方法or属性:getConnectionDevices(): Array\<string>;<br>旧版本信息:|类名:BaseProfile;<br>方法or属性:getConnectionDevices(): Array\<string>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.baseProfile/baseProfile#getConnectedDevices|@ohos.bluetoothManager.d.ts| 761|废弃版本有变化|类名:BaseProfile;<br>方法or属性:getDeviceState(device: string): ProfileConnectionState;<br>旧版本信息:|类名:BaseProfile;<br>方法or属性:getDeviceState(device: string): ProfileConnectionState;<br>新版本信息:10<br>代替接口: ohos.bluetooth.baseProfile/baseProfile#getConnectionState|@ohos.bluetoothManager.d.ts| 762|废弃版本有变化|类名:A2dpSourceProfile;<br>方法or属性:interface A2dpSourceProfile<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:interface A2dpSourceProfile<br>新版本信息:10<br>代替接口: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile|@ohos.bluetoothManager.d.ts| 763|废弃版本有变化|类名:A2dpSourceProfile;<br>方法or属性:connect(device: string): void;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:connect(device: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile#connect|@ohos.bluetoothManager.d.ts| 764|废弃版本有变化|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:connect(device: string): void;<br>旧版本信息:|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:connect(device: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile#connect|@ohos.bluetoothManager.d.ts| 765|废弃版本有变化|类名:HidHostProfile;<br>方法or属性:connect(device: string): void;<br>旧版本信息:|类名:HidHostProfile;<br>方法or属性:connect(device: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.hid/hid.HidHostProfile#connect|@ohos.bluetoothManager.d.ts| 766|废弃版本有变化|类名:A2dpSourceProfile;<br>方法or属性:disconnect(device: string): void;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:disconnect(device: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile#disconnect|@ohos.bluetoothManager.d.ts| 767|废弃版本有变化|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:disconnect(device: string): void;<br>旧版本信息:|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:disconnect(device: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile#disconnect|@ohos.bluetoothManager.d.ts| 768|废弃版本有变化|类名:HidHostProfile;<br>方法or属性:disconnect(device: string): void;<br>旧版本信息:|类名:HidHostProfile;<br>方法or属性:disconnect(device: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.hid/hid.HidHostProfile#disconnect|@ohos.bluetoothManager.d.ts| 769|废弃版本有变化|类名:PanProfile;<br>方法or属性:disconnect(device: string): void;<br>旧版本信息:|类名:PanProfile;<br>方法or属性:disconnect(device: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.pan/pan.PanProfile#disconnect|@ohos.bluetoothManager.d.ts| 770|废弃版本有变化|类名:A2dpSourceProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile.on#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 771|废弃版本有变化|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile.on#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 772|废弃版本有变化|类名:HidHostProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:HidHostProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.hid/hid.HidHostProfile.on#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 773|废弃版本有变化|类名:PanProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:PanProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.pan/pan.PanProfile.on#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 774|废弃版本有变化|类名:A2dpSourceProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile.off#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 775|废弃版本有变化|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile.off#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 776|废弃版本有变化|类名:HidHostProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:HidHostProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.hid/hid.HidHostProfile.off#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 777|废弃版本有变化|类名:PanProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:PanProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.pan/pan.PanProfile.off#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 778|废弃版本有变化|类名:A2dpSourceProfile;<br>方法or属性:getPlayingState(device: string): PlayingState;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:getPlayingState(device: string): PlayingState;<br>新版本信息:10<br>代替接口: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile#getPlayingState|@ohos.bluetoothManager.d.ts| 779|废弃版本有变化|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:interface HandsFreeAudioGatewayProfile<br>旧版本信息:|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:interface HandsFreeAudioGatewayProfile<br>新版本信息:10<br>代替接口: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile|@ohos.bluetoothManager.d.ts| 780|废弃版本有变化|类名:HidHostProfile;<br>方法or属性:interface HidHostProfile<br>旧版本信息:|类名:HidHostProfile;<br>方法or属性:interface HidHostProfile<br>新版本信息:10<br>代替接口: ohos.bluetooth.hid/hid.HidHostProfile|@ohos.bluetoothManager.d.ts| 781|废弃版本有变化|类名:PanProfile;<br>方法or属性:interface PanProfile<br>旧版本信息:|类名:PanProfile;<br>方法or属性:interface PanProfile<br>新版本信息:10<br>代替接口: ohos.bluetooth.pan/pan.PanProfile|@ohos.bluetoothManager.d.ts| 782|废弃版本有变化|类名:PanProfile;<br>方法or属性:setTethering(enable: boolean): void;<br>旧版本信息:|类名:PanProfile;<br>方法or属性:setTethering(enable: boolean): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.pan/pan.PanProfile#setTethering|@ohos.bluetoothManager.d.ts| 783|废弃版本有变化|类名:PanProfile;<br>方法or属性:isTetheringOn(): boolean;<br>旧版本信息:|类名:PanProfile;<br>方法or属性:isTetheringOn(): boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.pan/pan.PanProfile#isTetheringOn|@ohos.bluetoothManager.d.ts| 784|废弃版本有变化|类名:BLE;<br>方法or属性:BLE<br>旧版本信息:|类名:BLE;<br>方法or属性:BLE<br>新版本信息:10<br>代替接口:|@ohos.bluetoothManager.d.ts| 785|废弃版本有变化|类名:BLE;<br>方法or属性:function createGattServer(): GattServer;<br>旧版本信息:|类名:BLE;<br>方法or属性:function createGattServer(): GattServer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#createGattServer|@ohos.bluetoothManager.d.ts| 786|废弃版本有变化|类名:BLE;<br>方法or属性:function createGattClientDevice(deviceId: string): GattClientDevice;<br>旧版本信息:|类名:BLE;<br>方法or属性:function createGattClientDevice(deviceId: string): GattClientDevice;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#createGattClientDevice|@ohos.bluetoothManager.d.ts| 787|废弃版本有变化|类名:BLE;<br>方法or属性:function getConnectedBLEDevices(): Array\<string>;<br>旧版本信息:|类名:BLE;<br>方法or属性:function getConnectedBLEDevices(): Array\<string>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#getConnectedBLEDevices|@ohos.bluetoothManager.d.ts| 788|废弃版本有变化|类名:BLE;<br>方法or属性:function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>旧版本信息:|类名:BLE;<br>方法or属性:function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#startBLEScan|@ohos.bluetoothManager.d.ts| 789|废弃版本有变化|类名:BLE;<br>方法or属性:function stopBLEScan(): void;<br>旧版本信息:|类名:BLE;<br>方法or属性:function stopBLEScan(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#stopBLEScan|@ohos.bluetoothManager.d.ts| 790|废弃版本有变化|类名:BLE;<br>方法or属性:function on(type: 'BLEDeviceFind', callback: Callback\<Array\<ScanResult>>): void;<br>旧版本信息:|类名:BLE;<br>方法or属性:function on(type: 'BLEDeviceFind', callback: Callback\<Array\<ScanResult>>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.on#event:BLEDeviceFind|@ohos.bluetoothManager.d.ts| 791|废弃版本有变化|类名:BLE;<br>方法or属性:function off(type: 'BLEDeviceFind', callback?: Callback\<Array\<ScanResult>>): void;<br>旧版本信息:|类名:BLE;<br>方法or属性:function off(type: 'BLEDeviceFind', callback?: Callback\<Array\<ScanResult>>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.off#event:BLEDeviceFind|@ohos.bluetoothManager.d.ts| 792|废弃版本有变化|类名:GattServer;<br>方法or属性:interface GattServer<br>旧版本信息:|类名:GattServer;<br>方法or属性:interface GattServer<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer|@ohos.bluetoothManager.d.ts| 793|废弃版本有变化|类名:GattServer;<br>方法or属性:startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#startAdvertising|@ohos.bluetoothManager.d.ts| 794|废弃版本有变化|类名:GattServer;<br>方法or属性:stopAdvertising(): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:stopAdvertising(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#stopAdvertising|@ohos.bluetoothManager.d.ts| 795|废弃版本有变化|类名:GattServer;<br>方法or属性:addService(service: GattService): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:addService(service: GattService): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer#addService|@ohos.bluetoothManager.d.ts| 796|废弃版本有变化|类名:GattServer;<br>方法or属性:removeService(serviceUuid: string): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:removeService(serviceUuid: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer#removeService|@ohos.bluetoothManager.d.ts| 797|废弃版本有变化|类名:GattServer;<br>方法or属性:close(): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:close(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer#close|@ohos.bluetoothManager.d.ts| 798|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:close(): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:close(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#close|@ohos.bluetoothManager.d.ts| 799|废弃版本有变化|类名:GattServer;<br>方法or属性:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer#notifyCharacteristicChanged|@ohos.bluetoothManager.d.ts| 800|废弃版本有变化|类名:GattServer;<br>方法or属性:sendResponse(serverResponse: ServerResponse): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:sendResponse(serverResponse: ServerResponse): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer#sendResponse|@ohos.bluetoothManager.d.ts| 801|废弃版本有变化|类名:GattServer;<br>方法or属性:on(type: 'characteristicRead', callback: Callback\<CharacteristicReadRequest>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:on(type: 'characteristicRead', callback: Callback\<CharacteristicReadRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.on#event:characteristicRead|@ohos.bluetoothManager.d.ts| 802|废弃版本有变化|类名:GattServer;<br>方法or属性:on(type: 'characteristicWrite', callback: Callback\<CharacteristicWriteRequest>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:on(type: 'characteristicWrite', callback: Callback\<CharacteristicWriteRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.on#event:characteristicWrite|@ohos.bluetoothManager.d.ts| 803|废弃版本有变化|类名:GattServer;<br>方法or属性:on(type: 'descriptorRead', callback: Callback\<DescriptorReadRequest>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:on(type: 'descriptorRead', callback: Callback\<DescriptorReadRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.on#event:descriptorRead|@ohos.bluetoothManager.d.ts| 804|废弃版本有变化|类名:GattServer;<br>方法or属性:on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteRequest>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.on#event:descriptorWrite|@ohos.bluetoothManager.d.ts| 805|废弃版本有变化|类名:GattServer;<br>方法or属性:on(type: 'connectStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:on(type: 'connectStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.on#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 806|废弃版本有变化|类名:GattServer;<br>方法or属性:off(type: 'characteristicRead', callback?: Callback\<CharacteristicReadRequest>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:off(type: 'characteristicRead', callback?: Callback\<CharacteristicReadRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.off#event:characteristicRead|@ohos.bluetoothManager.d.ts| 807|废弃版本有变化|类名:GattServer;<br>方法or属性:off(type: 'characteristicWrite', callback?: Callback\<CharacteristicWriteRequest>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:off(type: 'characteristicWrite', callback?: Callback\<CharacteristicWriteRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.off#event:characteristicWrite|@ohos.bluetoothManager.d.ts| 808|废弃版本有变化|类名:GattServer;<br>方法or属性:off(type: 'descriptorRead', callback?: Callback\<DescriptorReadRequest>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:off(type: 'descriptorRead', callback?: Callback\<DescriptorReadRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.off#event:descriptorRead|@ohos.bluetoothManager.d.ts| 809|废弃版本有变化|类名:GattServer;<br>方法or属性:off(type: 'descriptorWrite', callback?: Callback\<DescriptorWriteRequest>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:off(type: 'descriptorWrite', callback?: Callback\<DescriptorWriteRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.off#event:descriptorWrite|@ohos.bluetoothManager.d.ts| 810|废弃版本有变化|类名:GattServer;<br>方法or属性:off(type: 'connectStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:off(type: 'connectStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.off#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 811|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:interface GattClientDevice<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:interface GattClientDevice<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice|@ohos.bluetoothManager.d.ts| 812|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:connect(): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:connect(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#connect|@ohos.bluetoothManager.d.ts| 813|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:disconnect(): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:disconnect(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#disconnect|@ohos.bluetoothManager.d.ts| 814|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:getDeviceName(callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getDeviceName(callback: AsyncCallback\<string>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#getDeviceName|@ohos.bluetoothManager.d.ts| 815|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:getDeviceName(): Promise\<string>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getDeviceName(): Promise\<string>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#getDeviceName|@ohos.bluetoothManager.d.ts| 816|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:getServices(callback: AsyncCallback\<Array\<GattService>>): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getServices(callback: AsyncCallback\<Array\<GattService>>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#getServices|@ohos.bluetoothManager.d.ts| 817|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:getServices(): Promise\<Array\<GattService>>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getServices(): Promise\<Array\<GattService>>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#getServices|@ohos.bluetoothManager.d.ts| 818|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#readCharacteristicValue|@ohos.bluetoothManager.d.ts| 819|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#readCharacteristicValue|@ohos.bluetoothManager.d.ts| 820|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#readDescriptorValue|@ohos.bluetoothManager.d.ts| 821|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#readDescriptorValue|@ohos.bluetoothManager.d.ts| 822|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:writeCharacteristicValue(characteristic: BLECharacteristic): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:writeCharacteristicValue(characteristic: BLECharacteristic): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#writeCharacteristicValue|@ohos.bluetoothManager.d.ts| 823|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:writeDescriptorValue(descriptor: BLEDescriptor): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:writeDescriptorValue(descriptor: BLEDescriptor): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#writeDescriptorValue|@ohos.bluetoothManager.d.ts| 824|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:getRssiValue(callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getRssiValue(callback: AsyncCallback\<number>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#getRssiValue|@ohos.bluetoothManager.d.ts| 825|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:getRssiValue(): Promise\<number>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getRssiValue(): Promise\<number>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#getRssiValue|@ohos.bluetoothManager.d.ts| 826|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:setBLEMtuSize(mtu: number): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:setBLEMtuSize(mtu: number): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#setBLEMtuSize|@ohos.bluetoothManager.d.ts| 827|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#setCharacteristicChangeNotification|@ohos.bluetoothManager.d.ts| 828|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:on(type: 'BLECharacteristicChange', callback: Callback\<BLECharacteristic>): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:on(type: 'BLECharacteristicChange', callback: Callback\<BLECharacteristic>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice.on#event:BLECharacteristicChange|@ohos.bluetoothManager.d.ts| 829|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:on(type: 'BLEConnectionStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:on(type: 'BLEConnectionStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice.on#event:BLEConnectionStateChange|@ohos.bluetoothManager.d.ts| 830|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:off(type: 'BLECharacteristicChange', callback?: Callback\<BLECharacteristic>): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:off(type: 'BLECharacteristicChange', callback?: Callback\<BLECharacteristic>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice.off#event:BLECharacteristicChange|@ohos.bluetoothManager.d.ts| 831|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:off(type: 'BLEConnectionStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:off(type: 'BLEConnectionStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice.off#event:BLEConnectionStateChange|@ohos.bluetoothManager.d.ts| 832|废弃版本有变化|类名:GattService;<br>方法or属性:interface GattService<br>旧版本信息:|类名:GattService;<br>方法or属性:interface GattService<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattService|@ohos.bluetoothManager.d.ts| 833|废弃版本有变化|类名:GattService;<br>方法or属性:serviceUuid: string;<br>旧版本信息:|类名:GattService;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattService#serviceUuid|@ohos.bluetoothManager.d.ts| 834|废弃版本有变化|类名:BLECharacteristic;<br>方法or属性:serviceUuid: string;<br>旧版本信息:|类名:BLECharacteristic;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLECharacteristic#serviceUuid|@ohos.bluetoothManager.d.ts| 835|废弃版本有变化|类名:BLEDescriptor;<br>方法or属性:serviceUuid: string;<br>旧版本信息:|类名:BLEDescriptor;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEDescriptor#serviceUuid|@ohos.bluetoothManager.d.ts| 836|废弃版本有变化|类名:NotifyCharacteristic;<br>方法or属性:serviceUuid: string;<br>旧版本信息:|类名:NotifyCharacteristic;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.NotifyCharacteristic#serviceUuid|@ohos.bluetoothManager.d.ts| 837|废弃版本有变化|类名:CharacteristicReadRequest;<br>方法or属性:serviceUuid: string;<br>旧版本信息:|类名:CharacteristicReadRequest;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicReadRequest#serviceUuid|@ohos.bluetoothManager.d.ts| 838|废弃版本有变化|类名:CharacteristicWriteRequest;<br>方法or属性:serviceUuid: string;<br>旧版本信息:|类名:CharacteristicWriteRequest;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#serviceUuid|@ohos.bluetoothManager.d.ts| 839|废弃版本有变化|类名:DescriptorReadRequest;<br>方法or属性:serviceUuid: string;<br>旧版本信息:|类名:DescriptorReadRequest;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadRequest#serviceUuid|@ohos.bluetoothManager.d.ts| 840|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:serviceUuid: string;<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#serviceUuid|@ohos.bluetoothManager.d.ts| 841|废弃版本有变化|类名:ServiceData;<br>方法or属性:serviceUuid: string;<br>旧版本信息:|类名:ServiceData;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServiceData#serviceUuid|@ohos.bluetoothManager.d.ts| 842|废弃版本有变化|类名:GattService;<br>方法or属性:isPrimary: boolean;<br>旧版本信息:|类名:GattService;<br>方法or属性:isPrimary: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattService#isPrimary|@ohos.bluetoothManager.d.ts| 843|废弃版本有变化|类名:GattService;<br>方法or属性:characteristics: Array\<BLECharacteristic>;<br>旧版本信息:|类名:GattService;<br>方法or属性:characteristics: Array\<BLECharacteristic>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattService#characteristics|@ohos.bluetoothManager.d.ts| 844|废弃版本有变化|类名:GattService;<br>方法or属性:includeServices?: Array\<GattService>;<br>旧版本信息:|类名:GattService;<br>方法or属性:includeServices?: Array\<GattService>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattService#includeServices|@ohos.bluetoothManager.d.ts| 845|废弃版本有变化|类名:BLECharacteristic;<br>方法or属性:interface BLECharacteristic<br>旧版本信息:|类名:BLECharacteristic;<br>方法or属性:interface BLECharacteristic<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLECharacteristic|@ohos.bluetoothManager.d.ts| 846|废弃版本有变化|类名:BLECharacteristic;<br>方法or属性:characteristicUuid: string;<br>旧版本信息:|类名:BLECharacteristic;<br>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLECharacteristic#characteristicUuid|@ohos.bluetoothManager.d.ts| 847|废弃版本有变化|类名:BLEDescriptor;<br>方法or属性:characteristicUuid: string;<br>旧版本信息:|类名:BLEDescriptor;<br>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEDescriptor#characteristicUuid|@ohos.bluetoothManager.d.ts| 848|废弃版本有变化|类名:NotifyCharacteristic;<br>方法or属性:characteristicUuid: string;<br>旧版本信息:|类名:NotifyCharacteristic;<br>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.NotifyCharacteristic#characteristicUuid|@ohos.bluetoothManager.d.ts| 849|废弃版本有变化|类名:CharacteristicReadRequest;<br>方法or属性:characteristicUuid: string;<br>旧版本信息:|类名:CharacteristicReadRequest;<br>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicReadRequest#characteristicUuid|@ohos.bluetoothManager.d.ts| 850|废弃版本有变化|类名:CharacteristicWriteRequest;<br>方法or属性:characteristicUuid: string;<br>旧版本信息:|类名:CharacteristicWriteRequest;<br>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#characteristicUuid|@ohos.bluetoothManager.d.ts| 851|废弃版本有变化|类名:DescriptorReadRequest;<br>方法or属性:characteristicUuid: string;<br>旧版本信息:|类名:DescriptorReadRequest;<br>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadRequest#characteristicUuid|@ohos.bluetoothManager.d.ts| 852|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:characteristicUuid: string;<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#characteristicUuid|@ohos.bluetoothManager.d.ts| 853|废弃版本有变化|类名:BLECharacteristic;<br>方法or属性:characteristicValue: ArrayBuffer;<br>旧版本信息:|类名:BLECharacteristic;<br>方法or属性:characteristicValue: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLECharacteristic#characteristicValue|@ohos.bluetoothManager.d.ts| 854|废弃版本有变化|类名:NotifyCharacteristic;<br>方法or属性:characteristicValue: ArrayBuffer;<br>旧版本信息:|类名:NotifyCharacteristic;<br>方法or属性:characteristicValue: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.NotifyCharacteristic#characteristicValue|@ohos.bluetoothManager.d.ts| 855|废弃版本有变化|类名:BLECharacteristic;<br>方法or属性:descriptors: Array\<BLEDescriptor>;<br>旧版本信息:|类名:BLECharacteristic;<br>方法or属性:descriptors: Array\<BLEDescriptor>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLECharacteristic#descriptors|@ohos.bluetoothManager.d.ts| 856|废弃版本有变化|类名:BLEDescriptor;<br>方法or属性:interface BLEDescriptor<br>旧版本信息:|类名:BLEDescriptor;<br>方法or属性:interface BLEDescriptor<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEDescriptor|@ohos.bluetoothManager.d.ts| 857|废弃版本有变化|类名:BLEDescriptor;<br>方法or属性:descriptorUuid: string;<br>旧版本信息:|类名:BLEDescriptor;<br>方法or属性:descriptorUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEDescriptor#descriptorUuid|@ohos.bluetoothManager.d.ts| 858|废弃版本有变化|类名:DescriptorReadRequest;<br>方法or属性:descriptorUuid: string;<br>旧版本信息:|类名:DescriptorReadRequest;<br>方法or属性:descriptorUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadRequest#descriptorUuid|@ohos.bluetoothManager.d.ts| 859|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:descriptorUuid: string;<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:descriptorUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#descriptorUuid|@ohos.bluetoothManager.d.ts| 860|废弃版本有变化|类名:BLEDescriptor;<br>方法or属性:descriptorValue: ArrayBuffer;<br>旧版本信息:|类名:BLEDescriptor;<br>方法or属性:descriptorValue: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEDescriptor#descriptorValue|@ohos.bluetoothManager.d.ts| 861|废弃版本有变化|类名:NotifyCharacteristic;<br>方法or属性:interface NotifyCharacteristic<br>旧版本信息:|类名:NotifyCharacteristic;<br>方法or属性:interface NotifyCharacteristic<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.NotifyCharacteristic|@ohos.bluetoothManager.d.ts| 862|废弃版本有变化|类名:NotifyCharacteristic;<br>方法or属性:confirm: boolean;<br>旧版本信息:|类名:NotifyCharacteristic;<br>方法or属性:confirm: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.NotifyCharacteristic#confirm|@ohos.bluetoothManager.d.ts| 863|废弃版本有变化|类名:CharacteristicReadRequest;<br>方法or属性:interface CharacteristicReadRequest<br>旧版本信息:|类名:CharacteristicReadRequest;<br>方法or属性:interface CharacteristicReadRequest<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicReadRequest|@ohos.bluetoothManager.d.ts| 864|废弃版本有变化|类名:CharacteristicReadRequest;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:CharacteristicReadRequest;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicReadRequest#deviceId|@ohos.bluetoothManager.d.ts| 865|废弃版本有变化|类名:CharacteristicWriteRequest;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:CharacteristicWriteRequest;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#deviceId|@ohos.bluetoothManager.d.ts| 866|废弃版本有变化|类名:DescriptorReadRequest;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:DescriptorReadRequest;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadRequest#deviceId|@ohos.bluetoothManager.d.ts| 867|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#deviceId|@ohos.bluetoothManager.d.ts| 868|废弃版本有变化|类名:ServerResponse;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:ServerResponse;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServerResponse#deviceId|@ohos.bluetoothManager.d.ts| 869|废弃版本有变化|类名:BLEConnectChangedState;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:BLEConnectChangedState;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEConnectionChangeState#deviceId|@ohos.bluetoothManager.d.ts| 870|废弃版本有变化|类名:ScanResult;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:ScanResult;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanResult#deviceId|@ohos.bluetoothManager.d.ts| 871|废弃版本有变化|类名:PinRequiredParam;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:PinRequiredParam;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.PinRequiredParam#deviceId|@ohos.bluetoothManager.d.ts| 872|废弃版本有变化|类名:BondStateParam;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:BondStateParam;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.BondStateParam#deviceId|@ohos.bluetoothManager.d.ts| 873|废弃版本有变化|类名:StateChangeParam;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:StateChangeParam;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.baseProfile/baseProfile.StateChangeParam#deviceId|@ohos.bluetoothManager.d.ts| 874|废弃版本有变化|类名:CharacteristicReadRequest;<br>方法or属性:transId: number;<br>旧版本信息:|类名:CharacteristicReadRequest;<br>方法or属性:transId: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicReadRequest#transId|@ohos.bluetoothManager.d.ts| 875|废弃版本有变化|类名:CharacteristicWriteRequest;<br>方法or属性:transId: number;<br>旧版本信息:|类名:CharacteristicWriteRequest;<br>方法or属性:transId: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#transId|@ohos.bluetoothManager.d.ts| 876|废弃版本有变化|类名:DescriptorReadRequest;<br>方法or属性:transId: number;<br>旧版本信息:|类名:DescriptorReadRequest;<br>方法or属性:transId: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadRequest#transId|@ohos.bluetoothManager.d.ts| 877|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:transId: number;<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:transId: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#transId|@ohos.bluetoothManager.d.ts| 878|废弃版本有变化|类名:ServerResponse;<br>方法or属性:transId: number;<br>旧版本信息:|类名:ServerResponse;<br>方法or属性:transId: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServerResponse#transId|@ohos.bluetoothManager.d.ts| 879|废弃版本有变化|类名:CharacteristicReadRequest;<br>方法or属性:offset: number;<br>旧版本信息:|类名:CharacteristicReadRequest;<br>方法or属性:offset: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicReadRequest#offset|@ohos.bluetoothManager.d.ts| 880|废弃版本有变化|类名:CharacteristicWriteRequest;<br>方法or属性:offset: number;<br>旧版本信息:|类名:CharacteristicWriteRequest;<br>方法or属性:offset: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#offset|@ohos.bluetoothManager.d.ts| 881|废弃版本有变化|类名:DescriptorReadRequest;<br>方法or属性:offset: number;<br>旧版本信息:|类名:DescriptorReadRequest;<br>方法or属性:offset: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadRequest#offset|@ohos.bluetoothManager.d.ts| 882|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:offset: number;<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:offset: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#offset|@ohos.bluetoothManager.d.ts| 883|废弃版本有变化|类名:ServerResponse;<br>方法or属性:offset: number;<br>旧版本信息:|类名:ServerResponse;<br>方法or属性:offset: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServerResponse#offset|@ohos.bluetoothManager.d.ts| 884|废弃版本有变化|类名:CharacteristicWriteRequest;<br>方法or属性:interface CharacteristicWriteRequest<br>旧版本信息:|类名:CharacteristicWriteRequest;<br>方法or属性:interface CharacteristicWriteRequest<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest|@ohos.bluetoothManager.d.ts| 885|废弃版本有变化|类名:CharacteristicWriteRequest;<br>方法or属性:isPrep: boolean;<br>旧版本信息:|类名:CharacteristicWriteRequest;<br>方法or属性:isPrep: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#isPrepared|@ohos.bluetoothManager.d.ts| 886|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:isPrep: boolean;<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:isPrep: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#isPrepared|@ohos.bluetoothManager.d.ts| 887|废弃版本有变化|类名:CharacteristicWriteRequest;<br>方法or属性:needRsp: boolean;<br>旧版本信息:|类名:CharacteristicWriteRequest;<br>方法or属性:needRsp: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#needRsp|@ohos.bluetoothManager.d.ts| 888|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:needRsp: boolean;<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:needRsp: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#needRsp|@ohos.bluetoothManager.d.ts| 889|废弃版本有变化|类名:CharacteristicWriteRequest;<br>方法or属性:value: ArrayBuffer;<br>旧版本信息:|类名:CharacteristicWriteRequest;<br>方法or属性:value: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#value|@ohos.bluetoothManager.d.ts| 890|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:value: ArrayBuffer;<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:value: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#value|@ohos.bluetoothManager.d.ts| 891|废弃版本有变化|类名:ServerResponse;<br>方法or属性:value: ArrayBuffer;<br>旧版本信息:|类名:ServerResponse;<br>方法or属性:value: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServerResponse#value|@ohos.bluetoothManager.d.ts| 892|废弃版本有变化|类名:DescriptorReadRequest;<br>方法or属性:interface DescriptorReadRequest<br>旧版本信息:|类名:DescriptorReadRequest;<br>方法or属性:interface DescriptorReadRequest<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadRequest|@ohos.bluetoothManager.d.ts| 893|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:interface DescriptorWriteRequest<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:interface DescriptorWriteRequest<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest|@ohos.bluetoothManager.d.ts| 894|废弃版本有变化|类名:ServerResponse;<br>方法or属性:interface ServerResponse<br>旧版本信息:|类名:ServerResponse;<br>方法or属性:interface ServerResponse<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServerResponse|@ohos.bluetoothManager.d.ts| 895|废弃版本有变化|类名:ServerResponse;<br>方法or属性:status: number;<br>旧版本信息:|类名:ServerResponse;<br>方法or属性:status: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServerResponse#status|@ohos.bluetoothManager.d.ts| 896|废弃版本有变化|类名:BLEConnectChangedState;<br>方法or属性:interface BLEConnectChangedState<br>旧版本信息:|类名:BLEConnectChangedState;<br>方法or属性:interface BLEConnectChangedState<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEConnectionChangeState|@ohos.bluetoothManager.d.ts| 897|废弃版本有变化|类名:BLEConnectChangedState;<br>方法or属性:state: ProfileConnectionState;<br>旧版本信息:|类名:BLEConnectChangedState;<br>方法or属性:state: ProfileConnectionState;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEConnectionChangeState#state|@ohos.bluetoothManager.d.ts| 898|废弃版本有变化|类名:StateChangeParam;<br>方法or属性:state: ProfileConnectionState;<br>旧版本信息:|类名:StateChangeParam;<br>方法or属性:state: ProfileConnectionState;<br>新版本信息:10<br>代替接口: ohos.bluetooth.baseProfile/baseProfile.StateChangeParam#state|@ohos.bluetoothManager.d.ts| 899|废弃版本有变化|类名:ScanResult;<br>方法or属性:interface ScanResult<br>旧版本信息:|类名:ScanResult;<br>方法or属性:interface ScanResult<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanResult|@ohos.bluetoothManager.d.ts| 900|废弃版本有变化|类名:ScanResult;<br>方法or属性:rssi: number;<br>旧版本信息:|类名:ScanResult;<br>方法or属性:rssi: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanResult#rssi|@ohos.bluetoothManager.d.ts| 901|废弃版本有变化|类名:ScanResult;<br>方法or属性:data: ArrayBuffer;<br>旧版本信息:|类名:ScanResult;<br>方法or属性:data: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanResult#data|@ohos.bluetoothManager.d.ts| 902|废弃版本有变化|类名:AdvertiseSetting;<br>方法or属性:interface AdvertiseSetting<br>旧版本信息:|类名:AdvertiseSetting;<br>方法or属性:interface AdvertiseSetting<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseSetting|@ohos.bluetoothManager.d.ts| 903|废弃版本有变化|类名:AdvertiseSetting;<br>方法or属性:interval?: number;<br>旧版本信息:|类名:AdvertiseSetting;<br>方法or属性:interval?: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseSetting#interval|@ohos.bluetoothManager.d.ts| 904|废弃版本有变化|类名:ScanOptions;<br>方法or属性:interval?: number;<br>旧版本信息:|类名:ScanOptions;<br>方法or属性:interval?: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanOptions#interval|@ohos.bluetoothManager.d.ts| 905|废弃版本有变化|类名:AdvertiseSetting;<br>方法or属性:txPower?: number;<br>旧版本信息:|类名:AdvertiseSetting;<br>方法or属性:txPower?: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseSetting#txPower|@ohos.bluetoothManager.d.ts| 906|废弃版本有变化|类名:AdvertiseSetting;<br>方法or属性:connectable?: boolean;<br>旧版本信息:|类名:AdvertiseSetting;<br>方法or属性:connectable?: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseSetting#connectable|@ohos.bluetoothManager.d.ts| 907|废弃版本有变化|类名:AdvertiseData;<br>方法or属性:interface AdvertiseData<br>旧版本信息:|类名:AdvertiseData;<br>方法or属性:interface AdvertiseData<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseData|@ohos.bluetoothManager.d.ts| 908|废弃版本有变化|类名:AdvertiseData;<br>方法or属性:serviceUuids: Array\<string>;<br>旧版本信息:|类名:AdvertiseData;<br>方法or属性:serviceUuids: Array\<string>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseData#serviceUuids|@ohos.bluetoothManager.d.ts| 909|废弃版本有变化|类名:AdvertiseData;<br>方法or属性:manufactureData: Array\<ManufactureData>;<br>旧版本信息:|类名:AdvertiseData;<br>方法or属性:manufactureData: Array\<ManufactureData>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseData#manufactureData|@ohos.bluetoothManager.d.ts| 910|废弃版本有变化|类名:AdvertiseData;<br>方法or属性:serviceData: Array\<ServiceData>;<br>旧版本信息:|类名:AdvertiseData;<br>方法or属性:serviceData: Array\<ServiceData>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseData#serviceData|@ohos.bluetoothManager.d.ts| 911|废弃版本有变化|类名:ManufactureData;<br>方法or属性:interface ManufactureData<br>旧版本信息:|类名:ManufactureData;<br>方法or属性:interface ManufactureData<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ManufactureData|@ohos.bluetoothManager.d.ts| 912|废弃版本有变化|类名:ManufactureData;<br>方法or属性:manufactureId: number;<br>旧版本信息:|类名:ManufactureData;<br>方法or属性:manufactureId: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ManufactureData#manufactureId|@ohos.bluetoothManager.d.ts| 913|废弃版本有变化|类名:ManufactureData;<br>方法or属性:manufactureValue: ArrayBuffer;<br>旧版本信息:|类名:ManufactureData;<br>方法or属性:manufactureValue: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ManufactureData#manufactureValue|@ohos.bluetoothManager.d.ts| 914|废弃版本有变化|类名:ServiceData;<br>方法or属性:interface ServiceData<br>旧版本信息:|类名:ServiceData;<br>方法or属性:interface ServiceData<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServiceData|@ohos.bluetoothManager.d.ts| 915|废弃版本有变化|类名:ServiceData;<br>方法or属性:serviceValue: ArrayBuffer;<br>旧版本信息:|类名:ServiceData;<br>方法or属性:serviceValue: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServiceData#serviceValue|@ohos.bluetoothManager.d.ts| 916|废弃版本有变化|类名:ScanFilter;<br>方法or属性:interface ScanFilter<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:interface ScanFilter<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter|@ohos.bluetoothManager.d.ts| 917|废弃版本有变化|类名:ScanFilter;<br>方法or属性:deviceId?: string;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:deviceId?: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#deviceId|@ohos.bluetoothManager.d.ts| 918|废弃版本有变化|类名:ScanFilter;<br>方法or属性:name?: string;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:name?: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#name|@ohos.bluetoothManager.d.ts| 919|废弃版本有变化|类名:ScanFilter;<br>方法or属性:serviceUuid?: string;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:serviceUuid?: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#serviceUuid|@ohos.bluetoothManager.d.ts| 920|废弃版本有变化|类名:ScanFilter;<br>方法or属性:serviceUuidMask?: string;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:serviceUuidMask?: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#serviceUuidMask|@ohos.bluetoothManager.d.ts| 921|废弃版本有变化|类名:ScanFilter;<br>方法or属性:serviceSolicitationUuid?: string;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:serviceSolicitationUuid?: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#serviceSolicitationUuid|@ohos.bluetoothManager.d.ts| 922|废弃版本有变化|类名:ScanFilter;<br>方法or属性:serviceSolicitationUuidMask?: string;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:serviceSolicitationUuidMask?: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#serviceSolicitationUuidMask|@ohos.bluetoothManager.d.ts| 923|废弃版本有变化|类名:ScanFilter;<br>方法or属性:serviceData?: ArrayBuffer;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:serviceData?: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#serviceData|@ohos.bluetoothManager.d.ts| 924|废弃版本有变化|类名:ScanFilter;<br>方法or属性:serviceDataMask?: ArrayBuffer;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:serviceDataMask?: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#serviceDataMask|@ohos.bluetoothManager.d.ts| 925|废弃版本有变化|类名:ScanFilter;<br>方法or属性:manufactureId?: number;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:manufactureId?: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#manufactureId|@ohos.bluetoothManager.d.ts| 926|废弃版本有变化|类名:ScanFilter;<br>方法or属性:manufactureData?: ArrayBuffer;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:manufactureData?: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#manufactureData|@ohos.bluetoothManager.d.ts| 927|废弃版本有变化|类名:ScanFilter;<br>方法or属性:manufactureDataMask?: ArrayBuffer;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:manufactureDataMask?: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#manufactureDataMask|@ohos.bluetoothManager.d.ts| 928|废弃版本有变化|类名:ScanOptions;<br>方法or属性:interface ScanOptions<br>旧版本信息:|类名:ScanOptions;<br>方法or属性:interface ScanOptions<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanOptions|@ohos.bluetoothManager.d.ts| 929|废弃版本有变化|类名:ScanOptions;<br>方法or属性:dutyMode?: ScanDuty;<br>旧版本信息:|类名:ScanOptions;<br>方法or属性:dutyMode?: ScanDuty;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanOptions#dutyMode|@ohos.bluetoothManager.d.ts| 930|废弃版本有变化|类名:ScanOptions;<br>方法or属性:matchMode?: MatchMode;<br>旧版本信息:|类名:ScanOptions;<br>方法or属性:matchMode?: MatchMode;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanOptions#matchMode|@ohos.bluetoothManager.d.ts| 931|废弃版本有变化|类名:SppOption;<br>方法or属性:interface SppOption<br>旧版本信息:|类名:SppOption;<br>方法or属性:interface SppOption<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket.SppOptions|@ohos.bluetoothManager.d.ts| 932|废弃版本有变化|类名:SppOption;<br>方法or属性:uuid: string;<br>旧版本信息:|类名:SppOption;<br>方法or属性:uuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket.SppOptions#uuid|@ohos.bluetoothManager.d.ts| 933|废弃版本有变化|类名:SppOption;<br>方法or属性:secure: boolean;<br>旧版本信息:|类名:SppOption;<br>方法or属性:secure: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket.SppOptions#secure|@ohos.bluetoothManager.d.ts| 934|废弃版本有变化|类名:SppOption;<br>方法or属性:type: SppType;<br>旧版本信息:|类名:SppOption;<br>方法or属性:type: SppType;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket.SppOptions#type|@ohos.bluetoothManager.d.ts| 935|废弃版本有变化|类名:PinRequiredParam;<br>方法or属性:interface PinRequiredParam<br>旧版本信息:|类名:PinRequiredParam;<br>方法or属性:interface PinRequiredParam<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.PinRequiredParam|@ohos.bluetoothManager.d.ts| 936|废弃版本有变化|类名:PinRequiredParam;<br>方法or属性:pinCode: string;<br>旧版本信息:|类名:PinRequiredParam;<br>方法or属性:pinCode: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.PinRequiredParam#pinCode|@ohos.bluetoothManager.d.ts| 937|废弃版本有变化|类名:DeviceClass;<br>方法or属性:interface DeviceClass<br>旧版本信息:|类名:DeviceClass;<br>方法or属性:interface DeviceClass<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.DeviceClass|@ohos.bluetoothManager.d.ts| 938|废弃版本有变化|类名:DeviceClass;<br>方法or属性:majorClass: MajorClass;<br>旧版本信息:|类名:DeviceClass;<br>方法or属性:majorClass: MajorClass;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.DeviceClass#majorClass|@ohos.bluetoothManager.d.ts| 939|废弃版本有变化|类名:DeviceClass;<br>方法or属性:majorMinorClass: MajorMinorClass;<br>旧版本信息:|类名:DeviceClass;<br>方法or属性:majorMinorClass: MajorMinorClass;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.DeviceClass#majorMinorClass|@ohos.bluetoothManager.d.ts| 940|废弃版本有变化|类名:DeviceClass;<br>方法or属性:classOfDevice: number;<br>旧版本信息:|类名:DeviceClass;<br>方法or属性:classOfDevice: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.DeviceClass#classOfDevice|@ohos.bluetoothManager.d.ts| 941|废弃版本有变化|类名:BondStateParam;<br>方法or属性:interface BondStateParam<br>旧版本信息:|类名:BondStateParam;<br>方法or属性:interface BondStateParam<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.BondStateParam|@ohos.bluetoothManager.d.ts| 942|废弃版本有变化|类名:BondStateParam;<br>方法or属性:state: BondState;<br>旧版本信息:|类名:BondStateParam;<br>方法or属性:state: BondState;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.BondStateParam#state|@ohos.bluetoothManager.d.ts| 943|废弃版本有变化|类名:StateChangeParam;<br>方法or属性:interface StateChangeParam<br>旧版本信息:|类名:StateChangeParam;<br>方法or属性:interface StateChangeParam<br>新版本信息:10<br>代替接口: ohos.bluetooth.baseProfile/baseProfile.StateChangeParam|@ohos.bluetoothManager.d.ts| 944|废弃版本有变化|类名:ScanDuty;<br>方法or属性:enum ScanDuty<br>旧版本信息:|类名:ScanDuty;<br>方法or属性:enum ScanDuty<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanDuty|@ohos.bluetoothManager.d.ts| 945|废弃版本有变化|类名:ScanDuty;<br>方法or属性:SCAN_MODE_LOW_POWER = 0<br>旧版本信息:|类名:ScanDuty;<br>方法or属性:SCAN_MODE_LOW_POWER = 0<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanDuty#SCAN_MODE_LOW_POWER|@ohos.bluetoothManager.d.ts| 946|废弃版本有变化|类名:ScanDuty;<br>方法or属性:SCAN_MODE_BALANCED = 1<br>旧版本信息:|类名:ScanDuty;<br>方法or属性:SCAN_MODE_BALANCED = 1<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanDuty#SCAN_MODE_BALANCED|@ohos.bluetoothManager.d.ts| 947|废弃版本有变化|类名:ScanDuty;<br>方法or属性:SCAN_MODE_LOW_LATENCY = 2<br>旧版本信息:|类名:ScanDuty;<br>方法or属性:SCAN_MODE_LOW_LATENCY = 2<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanDuty#SCAN_MODE_LOW_LATENCY|@ohos.bluetoothManager.d.ts| 948|废弃版本有变化|类名:MatchMode;<br>方法or属性:enum MatchMode<br>旧版本信息:|类名:MatchMode;<br>方法or属性:enum MatchMode<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.MatchMode|@ohos.bluetoothManager.d.ts| 949|废弃版本有变化|类名:MatchMode;<br>方法or属性:MATCH_MODE_AGGRESSIVE = 1<br>旧版本信息:|类名:MatchMode;<br>方法or属性:MATCH_MODE_AGGRESSIVE = 1<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.MatchMode#MATCH_MODE_AGGRESSIVE|@ohos.bluetoothManager.d.ts| 950|废弃版本有变化|类名:MatchMode;<br>方法or属性:MATCH_MODE_STICKY = 2<br>旧版本信息:|类名:MatchMode;<br>方法or属性:MATCH_MODE_STICKY = 2<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.MatchMode#MATCH_MODE_STICKY|@ohos.bluetoothManager.d.ts| 951|废弃版本有变化|类名:ProfileConnectionState;<br>方法or属性:enum ProfileConnectionState<br>旧版本信息:|类名:ProfileConnectionState;<br>方法or属性:enum ProfileConnectionState<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileConnectionState|@ohos.bluetoothManager.d.ts| 952|废弃版本有变化|类名:ProfileConnectionState;<br>方法or属性:STATE_DISCONNECTED = 0<br>旧版本信息:|类名:ProfileConnectionState;<br>方法or属性:STATE_DISCONNECTED = 0<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileConnectionState#STATE_DISCONNECTED|@ohos.bluetoothManager.d.ts| 953|废弃版本有变化|类名:ProfileConnectionState;<br>方法or属性:STATE_CONNECTING = 1<br>旧版本信息:|类名:ProfileConnectionState;<br>方法or属性:STATE_CONNECTING = 1<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileConnectionState#STATE_CONNECTING|@ohos.bluetoothManager.d.ts| 954|废弃版本有变化|类名:ProfileConnectionState;<br>方法or属性:STATE_CONNECTED = 2<br>旧版本信息:|类名:ProfileConnectionState;<br>方法or属性:STATE_CONNECTED = 2<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileConnectionState#STATE_CONNECTED|@ohos.bluetoothManager.d.ts| 955|废弃版本有变化|类名:ProfileConnectionState;<br>方法or属性:STATE_DISCONNECTING = 3<br>旧版本信息:|类名:ProfileConnectionState;<br>方法or属性:STATE_DISCONNECTING = 3<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileConnectionState#STATE_DISCONNECTING|@ohos.bluetoothManager.d.ts| 956|废弃版本有变化|类名:BluetoothState;<br>方法or属性:enum BluetoothState<br>旧版本信息:|类名:BluetoothState;<br>方法or属性:enum BluetoothState<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.BluetoothState|@ohos.bluetoothManager.d.ts| 957|废弃版本有变化|类名:BluetoothState;<br>方法or属性:STATE_OFF = 0<br>旧版本信息:|类名:BluetoothState;<br>方法or属性:STATE_OFF = 0<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.BluetoothState#STATE_OFF|@ohos.bluetoothManager.d.ts| 958|废弃版本有变化|类名:BluetoothState;<br>方法or属性:STATE_TURNING_ON = 1<br>旧版本信息:|类名:BluetoothState;<br>方法or属性:STATE_TURNING_ON = 1<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.BluetoothState#STATE_TURNING_ON|@ohos.bluetoothManager.d.ts| 959|废弃版本有变化|类名:BluetoothState;<br>方法or属性:STATE_ON = 2<br>旧版本信息:|类名:BluetoothState;<br>方法or属性:STATE_ON = 2<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.BluetoothState#STATE_ON|@ohos.bluetoothManager.d.ts| 960|废弃版本有变化|类名:BluetoothState;<br>方法or属性:STATE_TURNING_OFF = 3<br>旧版本信息:|类名:BluetoothState;<br>方法or属性:STATE_TURNING_OFF = 3<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.BluetoothState#STATE_TURNING_OFF|@ohos.bluetoothManager.d.ts| 961|废弃版本有变化|类名:BluetoothState;<br>方法or属性:STATE_BLE_TURNING_ON = 4<br>旧版本信息:|类名:BluetoothState;<br>方法or属性:STATE_BLE_TURNING_ON = 4<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.BluetoothState#STATE_BLE_TURNING_ON|@ohos.bluetoothManager.d.ts| 962|废弃版本有变化|类名:BluetoothState;<br>方法or属性:STATE_BLE_ON = 5<br>旧版本信息:|类名:BluetoothState;<br>方法or属性:STATE_BLE_ON = 5<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.BluetoothState#STATE_BLE_ON|@ohos.bluetoothManager.d.ts| 963|废弃版本有变化|类名:BluetoothState;<br>方法or属性:STATE_BLE_TURNING_OFF = 6<br>旧版本信息:|类名:BluetoothState;<br>方法or属性:STATE_BLE_TURNING_OFF = 6<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.BluetoothState#STATE_BLE_TURNING_OFF|@ohos.bluetoothManager.d.ts| 964|废弃版本有变化|类名:SppType;<br>方法or属性:enum SppType<br>旧版本信息:|类名:SppType;<br>方法or属性:enum SppType<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket.SppType|@ohos.bluetoothManager.d.ts| 965|废弃版本有变化|类名:SppType;<br>方法or属性:SPP_RFCOMM<br>旧版本信息:|类名:SppType;<br>方法or属性:SPP_RFCOMM<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket.SppType#SPP_RFCOMM|@ohos.bluetoothManager.d.ts| 966|废弃版本有变化|类名:ScanMode;<br>方法or属性:enum ScanMode<br>旧版本信息:|类名:ScanMode;<br>方法or属性:enum ScanMode<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.ScanMode|@ohos.bluetoothManager.d.ts| 967|废弃版本有变化|类名:ScanMode;<br>方法or属性:SCAN_MODE_NONE = 0<br>旧版本信息:|类名:ScanMode;<br>方法or属性:SCAN_MODE_NONE = 0<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_NONE|@ohos.bluetoothManager.d.ts| 968|废弃版本有变化|类名:ScanMode;<br>方法or属性:SCAN_MODE_CONNECTABLE = 1<br>旧版本信息:|类名:ScanMode;<br>方法or属性:SCAN_MODE_CONNECTABLE = 1<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_CONNECTABLE|@ohos.bluetoothManager.d.ts| 969|废弃版本有变化|类名:ScanMode;<br>方法or属性:SCAN_MODE_GENERAL_DISCOVERABLE = 2<br>旧版本信息:|类名:ScanMode;<br>方法or属性:SCAN_MODE_GENERAL_DISCOVERABLE = 2<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_GENERAL_DISCOVERABLE|@ohos.bluetoothManager.d.ts| 970|废弃版本有变化|类名:ScanMode;<br>方法or属性:SCAN_MODE_LIMITED_DISCOVERABLE = 3<br>旧版本信息:|类名:ScanMode;<br>方法or属性:SCAN_MODE_LIMITED_DISCOVERABLE = 3<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_LIMITED_DISCOVERABLE|@ohos.bluetoothManager.d.ts| 971|废弃版本有变化|类名:ScanMode;<br>方法or属性:SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4<br>旧版本信息:|类名:ScanMode;<br>方法or属性:SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE|@ohos.bluetoothManager.d.ts| 972|废弃版本有变化|类名:ScanMode;<br>方法or属性:SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5<br>旧版本信息:|类名:ScanMode;<br>方法or属性:SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE|@ohos.bluetoothManager.d.ts| 973|废弃版本有变化|类名:BondState;<br>方法or属性:enum BondState<br>旧版本信息:|类名:BondState;<br>方法or属性:enum BondState<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.BondState|@ohos.bluetoothManager.d.ts| 974|废弃版本有变化|类名:BondState;<br>方法or属性:BOND_STATE_INVALID = 0<br>旧版本信息:|类名:BondState;<br>方法or属性:BOND_STATE_INVALID = 0<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.BondState#BOND_STATE_INVALID|@ohos.bluetoothManager.d.ts| 975|废弃版本有变化|类名:BondState;<br>方法or属性:BOND_STATE_BONDING = 1<br>旧版本信息:|类名:BondState;<br>方法or属性:BOND_STATE_BONDING = 1<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.BondState#BOND_STATE_BONDING|@ohos.bluetoothManager.d.ts| 976|废弃版本有变化|类名:BondState;<br>方法or属性:BOND_STATE_BONDED = 2<br>旧版本信息:|类名:BondState;<br>方法or属性:BOND_STATE_BONDED = 2<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.BondState#BOND_STATE_BONDED|@ohos.bluetoothManager.d.ts| 977|废弃版本有变化|类名:MajorClass;<br>方法or属性:enum MajorClass<br>旧版本信息:|类名:MajorClass;<br>方法or属性:enum MajorClass<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass|@ohos.bluetoothManager.d.ts| 978|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_MISC = 0x0000<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_MISC = 0x0000<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_MISC|@ohos.bluetoothManager.d.ts| 979|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_COMPUTER = 0x0100<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_COMPUTER = 0x0100<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_COMPUTER|@ohos.bluetoothManager.d.ts| 980|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_PHONE = 0x0200<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_PHONE = 0x0200<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_PHONE|@ohos.bluetoothManager.d.ts| 981|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_NETWORKING = 0x0300<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_NETWORKING = 0x0300<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_NETWORKING|@ohos.bluetoothManager.d.ts| 982|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_AUDIO_VIDEO = 0x0400<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_AUDIO_VIDEO = 0x0400<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_AUDIO_VIDEO|@ohos.bluetoothManager.d.ts| 983|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_PERIPHERAL = 0x0500<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_PERIPHERAL = 0x0500<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_PERIPHERAL|@ohos.bluetoothManager.d.ts| 984|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_IMAGING = 0x0600<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_IMAGING = 0x0600<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_IMAGING|@ohos.bluetoothManager.d.ts| 985|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_WEARABLE = 0x0700<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_WEARABLE = 0x0700<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_WEARABLE|@ohos.bluetoothManager.d.ts| 986|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_TOY = 0x0800<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_TOY = 0x0800<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_TOY|@ohos.bluetoothManager.d.ts| 987|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_HEALTH = 0x0900<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_HEALTH = 0x0900<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_HEALTH|@ohos.bluetoothManager.d.ts| 988|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_UNCATEGORIZED = 0x1F00<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_UNCATEGORIZED = 0x1F00<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_UNCATEGORIZED|@ohos.bluetoothManager.d.ts| 989|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:enum MajorMinorClass<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:enum MajorMinorClass<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass|@ohos.bluetoothManager.d.ts| 990|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:COMPUTER_UNCATEGORIZED = 0x0100<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:COMPUTER_UNCATEGORIZED = 0x0100<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_UNCATEGORIZED|@ohos.bluetoothManager.d.ts| 991|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:COMPUTER_DESKTOP = 0x0104<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:COMPUTER_DESKTOP = 0x0104<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_DESKTOP|@ohos.bluetoothManager.d.ts| 992|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:COMPUTER_SERVER = 0x0108<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:COMPUTER_SERVER = 0x0108<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_SERVER|@ohos.bluetoothManager.d.ts| 993|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:COMPUTER_LAPTOP = 0x010C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:COMPUTER_LAPTOP = 0x010C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_LAPTOP|@ohos.bluetoothManager.d.ts| 994|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:COMPUTER_HANDHELD_PC_PDA = 0x0110<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:COMPUTER_HANDHELD_PC_PDA = 0x0110<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_HANDHELD_PC_PDA|@ohos.bluetoothManager.d.ts| 995|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:COMPUTER_PALM_SIZE_PC_PDA = 0x0114<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:COMPUTER_PALM_SIZE_PC_PDA = 0x0114<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_PALM_SIZE_PC_PDA|@ohos.bluetoothManager.d.ts| 996|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:COMPUTER_WEARABLE = 0x0118<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:COMPUTER_WEARABLE = 0x0118<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_WEARABLE|@ohos.bluetoothManager.d.ts| 997|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:COMPUTER_TABLET = 0x011C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:COMPUTER_TABLET = 0x011C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_TABLET|@ohos.bluetoothManager.d.ts| 998|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PHONE_UNCATEGORIZED = 0x0200<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PHONE_UNCATEGORIZED = 0x0200<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_UNCATEGORIZED|@ohos.bluetoothManager.d.ts| 999|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PHONE_CELLULAR = 0x0204<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PHONE_CELLULAR = 0x0204<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_CELLULAR|@ohos.bluetoothManager.d.ts| 1000|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PHONE_CORDLESS = 0x0208<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PHONE_CORDLESS = 0x0208<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_CORDLESS|@ohos.bluetoothManager.d.ts| 1001|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PHONE_SMART = 0x020C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PHONE_SMART = 0x020C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_SMART|@ohos.bluetoothManager.d.ts| 1002|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PHONE_MODEM_OR_GATEWAY = 0x0210<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PHONE_MODEM_OR_GATEWAY = 0x0210<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_MODEM_OR_GATEWAY|@ohos.bluetoothManager.d.ts| 1003|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PHONE_ISDN = 0x0214<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PHONE_ISDN = 0x0214<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_ISDN|@ohos.bluetoothManager.d.ts| 1004|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:NETWORK_FULLY_AVAILABLE = 0x0300<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:NETWORK_FULLY_AVAILABLE = 0x0300<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_FULLY_AVAILABLE|@ohos.bluetoothManager.d.ts| 1005|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:NETWORK_1_TO_17_UTILIZED = 0x0320<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:NETWORK_1_TO_17_UTILIZED = 0x0320<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_1_TO_17_UTILIZED|@ohos.bluetoothManager.d.ts| 1006|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:NETWORK_17_TO_33_UTILIZED = 0x0340<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:NETWORK_17_TO_33_UTILIZED = 0x0340<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_17_TO_33_UTILIZED|@ohos.bluetoothManager.d.ts| 1007|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:NETWORK_33_TO_50_UTILIZED = 0x0360<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:NETWORK_33_TO_50_UTILIZED = 0x0360<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_33_TO_50_UTILIZED|@ohos.bluetoothManager.d.ts| 1008|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:NETWORK_60_TO_67_UTILIZED = 0x0380<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:NETWORK_60_TO_67_UTILIZED = 0x0380<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_60_TO_67_UTILIZED|@ohos.bluetoothManager.d.ts| 1009|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:NETWORK_67_TO_83_UTILIZED = 0x03A0<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:NETWORK_67_TO_83_UTILIZED = 0x03A0<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_67_TO_83_UTILIZED|@ohos.bluetoothManager.d.ts| 1010|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:NETWORK_83_TO_99_UTILIZED = 0x03C0<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:NETWORK_83_TO_99_UTILIZED = 0x03C0<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_83_TO_99_UTILIZED|@ohos.bluetoothManager.d.ts| 1011|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:NETWORK_NO_SERVICE = 0x03E0<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:NETWORK_NO_SERVICE = 0x03E0<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_NO_SERVICE|@ohos.bluetoothManager.d.ts| 1012|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_UNCATEGORIZED = 0x0400<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_UNCATEGORIZED = 0x0400<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_UNCATEGORIZED|@ohos.bluetoothManager.d.ts| 1013|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_WEARABLE_HEADSET|@ohos.bluetoothManager.d.ts| 1014|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_HANDSFREE = 0x0408<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_HANDSFREE = 0x0408<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_HANDSFREE|@ohos.bluetoothManager.d.ts| 1015|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_MICROPHONE = 0x0410<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_MICROPHONE = 0x0410<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_MICROPHONE|@ohos.bluetoothManager.d.ts| 1016|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_LOUDSPEAKER = 0x0414<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_LOUDSPEAKER = 0x0414<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_LOUDSPEAKER|@ohos.bluetoothManager.d.ts| 1017|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_HEADPHONES = 0x0418<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_HEADPHONES = 0x0418<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_HEADPHONES|@ohos.bluetoothManager.d.ts| 1018|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_PORTABLE_AUDIO|@ohos.bluetoothManager.d.ts| 1019|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_CAR_AUDIO = 0x0420<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_CAR_AUDIO = 0x0420<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_CAR_AUDIO|@ohos.bluetoothManager.d.ts| 1020|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_SET_TOP_BOX = 0x0424<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_SET_TOP_BOX = 0x0424<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_SET_TOP_BOX|@ohos.bluetoothManager.d.ts| 1021|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_HIFI_AUDIO = 0x0428<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_HIFI_AUDIO = 0x0428<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_HIFI_AUDIO|@ohos.bluetoothManager.d.ts| 1022|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VCR = 0x042C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VCR = 0x042C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VCR|@ohos.bluetoothManager.d.ts| 1023|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_CAMERA = 0x0430<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_CAMERA = 0x0430<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_CAMERA|@ohos.bluetoothManager.d.ts| 1024|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_CAMCORDER = 0x0434<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_CAMCORDER = 0x0434<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_CAMCORDER|@ohos.bluetoothManager.d.ts| 1025|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_MONITOR = 0x0438<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_MONITOR = 0x0438<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_MONITOR|@ohos.bluetoothManager.d.ts| 1026|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER|@ohos.bluetoothManager.d.ts| 1027|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_CONFERENCING|@ohos.bluetoothManager.d.ts| 1028|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_GAMING_TOY|@ohos.bluetoothManager.d.ts| 1029|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_NON_KEYBOARD_NON_POINTING|@ohos.bluetoothManager.d.ts| 1030|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_KEYBOARD = 0x0540<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_KEYBOARD = 0x0540<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_KEYBOARD|@ohos.bluetoothManager.d.ts| 1031|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_POINTING_DEVICE = 0x0580<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_POINTING_DEVICE = 0x0580<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_POINTING_DEVICE|@ohos.bluetoothManager.d.ts| 1032|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_KEYBOARD_POINTING = 0x05C0<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_KEYBOARD_POINTING = 0x05C0<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_KEYBOARD_POINTING|@ohos.bluetoothManager.d.ts| 1033|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_UNCATEGORIZED = 0x0500<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_UNCATEGORIZED = 0x0500<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_UNCATEGORIZED|@ohos.bluetoothManager.d.ts| 1034|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_JOYSTICK = 0x0504<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_JOYSTICK = 0x0504<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_JOYSTICK|@ohos.bluetoothManager.d.ts| 1035|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_GAMEPAD = 0x0508<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_GAMEPAD = 0x0508<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_GAMEPAD|@ohos.bluetoothManager.d.ts| 1036|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_REMOTE_CONTROL = 0x05C0<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_REMOTE_CONTROL = 0x05C0<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_REMOTE_CONTROL|@ohos.bluetoothManager.d.ts| 1037|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_SENSING_DEVICE = 0x0510<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_SENSING_DEVICE = 0x0510<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_SENSING_DEVICE|@ohos.bluetoothManager.d.ts| 1038|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_DIGITIZER_TABLET = 0x0514<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_DIGITIZER_TABLET = 0x0514<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_DIGITIZER_TABLET|@ohos.bluetoothManager.d.ts| 1039|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_CARD_READER = 0x0518<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_CARD_READER = 0x0518<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_CARD_READER|@ohos.bluetoothManager.d.ts| 1040|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_DIGITAL_PEN = 0x051C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_DIGITAL_PEN = 0x051C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_DIGITAL_PEN|@ohos.bluetoothManager.d.ts| 1041|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_SCANNER_RFID = 0x0520<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_SCANNER_RFID = 0x0520<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_SCANNER_RFID|@ohos.bluetoothManager.d.ts| 1042|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_GESTURAL_INPUT = 0x0522<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_GESTURAL_INPUT = 0x0522<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_GESTURAL_INPUT|@ohos.bluetoothManager.d.ts| 1043|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:IMAGING_UNCATEGORIZED = 0x0600<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:IMAGING_UNCATEGORIZED = 0x0600<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_UNCATEGORIZED|@ohos.bluetoothManager.d.ts| 1044|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:IMAGING_DISPLAY = 0x0610<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:IMAGING_DISPLAY = 0x0610<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_DISPLAY|@ohos.bluetoothManager.d.ts| 1045|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:IMAGING_CAMERA = 0x0620<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:IMAGING_CAMERA = 0x0620<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_CAMERA|@ohos.bluetoothManager.d.ts| 1046|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:IMAGING_SCANNER = 0x0640<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:IMAGING_SCANNER = 0x0640<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_SCANNER|@ohos.bluetoothManager.d.ts| 1047|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:IMAGING_PRINTER = 0x0680<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:IMAGING_PRINTER = 0x0680<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_PRINTER|@ohos.bluetoothManager.d.ts| 1048|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:WEARABLE_UNCATEGORIZED = 0x0700<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:WEARABLE_UNCATEGORIZED = 0x0700<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_UNCATEGORIZED|@ohos.bluetoothManager.d.ts| 1049|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:WEARABLE_WRIST_WATCH = 0x0704<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:WEARABLE_WRIST_WATCH = 0x0704<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_WRIST_WATCH|@ohos.bluetoothManager.d.ts| 1050|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:WEARABLE_PAGER = 0x0708<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:WEARABLE_PAGER = 0x0708<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_PAGER|@ohos.bluetoothManager.d.ts| 1051|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:WEARABLE_JACKET = 0x070C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:WEARABLE_JACKET = 0x070C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_JACKET|@ohos.bluetoothManager.d.ts| 1052|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:WEARABLE_HELMET = 0x0710<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:WEARABLE_HELMET = 0x0710<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_HELMET|@ohos.bluetoothManager.d.ts| 1053|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:WEARABLE_GLASSES = 0x0714<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:WEARABLE_GLASSES = 0x0714<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_GLASSES|@ohos.bluetoothManager.d.ts| 1054|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:TOY_UNCATEGORIZED = 0x0800<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:TOY_UNCATEGORIZED = 0x0800<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_UNCATEGORIZED|@ohos.bluetoothManager.d.ts| 1055|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:TOY_ROBOT = 0x0804<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:TOY_ROBOT = 0x0804<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_ROBOT|@ohos.bluetoothManager.d.ts| 1056|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:TOY_VEHICLE = 0x0808<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:TOY_VEHICLE = 0x0808<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_VEHICLE|@ohos.bluetoothManager.d.ts| 1057|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:TOY_DOLL_ACTION_FIGURE = 0x080C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:TOY_DOLL_ACTION_FIGURE = 0x080C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_DOLL_ACTION_FIGURE|@ohos.bluetoothManager.d.ts| 1058|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:TOY_CONTROLLER = 0x0810<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:TOY_CONTROLLER = 0x0810<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_CONTROLLER|@ohos.bluetoothManager.d.ts| 1059|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:TOY_GAME = 0x0814<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:TOY_GAME = 0x0814<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_GAME|@ohos.bluetoothManager.d.ts| 1060|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_UNCATEGORIZED = 0x0900<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_UNCATEGORIZED = 0x0900<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_UNCATEGORIZED|@ohos.bluetoothManager.d.ts| 1061|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_BLOOD_PRESSURE = 0x0904<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_BLOOD_PRESSURE = 0x0904<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_BLOOD_PRESSURE|@ohos.bluetoothManager.d.ts| 1062|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_THERMOMETER = 0x0908<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_THERMOMETER = 0x0908<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_THERMOMETER|@ohos.bluetoothManager.d.ts| 1063|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_WEIGHING = 0x090C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_WEIGHING = 0x090C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_WEIGHING|@ohos.bluetoothManager.d.ts| 1064|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_GLUCOSE = 0x0910<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_GLUCOSE = 0x0910<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_GLUCOSE|@ohos.bluetoothManager.d.ts| 1065|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_PULSE_OXIMETER = 0x0914<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_PULSE_OXIMETER = 0x0914<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_PULSE_OXIMETER|@ohos.bluetoothManager.d.ts| 1066|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_PULSE_RATE = 0x0918<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_PULSE_RATE = 0x0918<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_PULSE_RATE|@ohos.bluetoothManager.d.ts| 1067|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_DATA_DISPLAY = 0x091C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_DATA_DISPLAY = 0x091C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_DATA_DISPLAY|@ohos.bluetoothManager.d.ts| 1068|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_STEP_COUNTER = 0x0920<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_STEP_COUNTER = 0x0920<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_STEP_COUNTER|@ohos.bluetoothManager.d.ts| 1069|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_BODY_COMPOSITION_ANALYZER|@ohos.bluetoothManager.d.ts| 1070|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_PEAK_FLOW_MONITOR = 0x0928<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_PEAK_FLOW_MONITOR = 0x0928<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_PEAK_FLOW_MONITOR|@ohos.bluetoothManager.d.ts| 1071|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_MEDICATION_MONITOR = 0x092C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_MEDICATION_MONITOR = 0x092C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_MEDICATION_MONITOR|@ohos.bluetoothManager.d.ts| 1072|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_KNEE_PROSTHESIS = 0x0930<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_KNEE_PROSTHESIS = 0x0930<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_KNEE_PROSTHESIS|@ohos.bluetoothManager.d.ts| 1073|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_ANKLE_PROSTHESIS = 0x0934<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_ANKLE_PROSTHESIS = 0x0934<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_ANKLE_PROSTHESIS|@ohos.bluetoothManager.d.ts| 1074|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_GENERIC_HEALTH_MANAGER = 0x0938<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_GENERIC_HEALTH_MANAGER = 0x0938<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_GENERIC_HEALTH_MANAGER|@ohos.bluetoothManager.d.ts| 1075|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_PERSONAL_MOBILITY_DEVICE|@ohos.bluetoothManager.d.ts| 1076|废弃版本有变化|类名:PlayingState;<br>方法or属性:enum PlayingState<br>旧版本信息:|类名:PlayingState;<br>方法or属性:enum PlayingState<br>新版本信息:10<br>代替接口: ohos.bluetooth.a2dp/a2dp.PlayingState|@ohos.bluetoothManager.d.ts| 1077|废弃版本有变化|类名:PlayingState;<br>方法or属性:STATE_NOT_PLAYING<br>旧版本信息:|类名:PlayingState;<br>方法or属性:STATE_NOT_PLAYING<br>新版本信息:10<br>代替接口: ohos.bluetooth.a2dp/a2dp.PlayingState#STATE_NOT_PLAYING|@ohos.bluetoothManager.d.ts| 1078|废弃版本有变化|类名:PlayingState;<br>方法or属性:STATE_PLAYING<br>旧版本信息:|类名:PlayingState;<br>方法or属性:STATE_PLAYING<br>新版本信息:10<br>代替接口: ohos.bluetooth.a2dp/a2dp.PlayingState#STATE_PLAYING|@ohos.bluetoothManager.d.ts| 1079|废弃版本有变化|类名:ProfileId;<br>方法or属性:enum ProfileId<br>旧版本信息:|类名:ProfileId;<br>方法or属性:enum ProfileId<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileId|@ohos.bluetoothManager.d.ts| 1080|废弃版本有变化|类名:ProfileId;<br>方法or属性:PROFILE_A2DP_SOURCE = 1<br>旧版本信息:|类名:ProfileId;<br>方法or属性:PROFILE_A2DP_SOURCE = 1<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileId#PROFILE_A2DP_SOURCE|@ohos.bluetoothManager.d.ts| 1081|废弃版本有变化|类名:ProfileId;<br>方法or属性:PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4<br>旧版本信息:|类名:ProfileId;<br>方法or属性:PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileId#PROFILE_HANDSFREE_AUDIO_GATEWAY|@ohos.bluetoothManager.d.ts| 1082|废弃版本有变化|类名:ProfileId;<br>方法or属性:PROFILE_HID_HOST = 6<br>旧版本信息:|类名:ProfileId;<br>方法or属性:PROFILE_HID_HOST = 6<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileId#PROFILE_HID_HOST|@ohos.bluetoothManager.d.ts| 1083|废弃版本有变化|类名:ProfileId;<br>方法or属性:PROFILE_PAN_NETWORK = 7<br>旧版本信息:|类名:ProfileId;<br>方法or属性:PROFILE_PAN_NETWORK = 7<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileId#PROFILE_PAN_NETWORK|@ohos.bluetoothManager.d.ts| 1084|废弃版本有变化|类名:connectedTag;<br>方法or属性:function readNdefTag(callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function readNdefTag(callback: AsyncCallback\<string>): void;<br>新版本信息:9<br>代替接口: ohos.connectedTag/connectedTag#read|@ohos.connectedTag.d.ts| 1085|废弃版本有变化|类名:connectedTag;<br>方法or属性:function writeNdefTag(data: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function writeNdefTag(data: string, callback: AsyncCallback\<void>): void;<br>新版本信息:9<br>代替接口: ohos.connectedTag/connectedTag#write|@ohos.connectedTag.d.ts| 1086|废弃版本有变化|类名:wifi;<br>方法or属性:function getScanInfos(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getScanInfos(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManager/wifiManager.getScanInfoList|@ohos.wifi.d.ts| 1087|废弃版本有变化|类名:wifi;<br>方法or属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManager/wifiManager.addDeviceConfig|@ohos.wifi.d.ts| 1088|废弃版本有变化|类名:wifi;<br>方法or属性:function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManager/wifiManager.addCandidateConfig|@ohos.wifi.d.ts| 1089|废弃版本有变化|类名:wifi;<br>方法or属性:function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManager/wifiManager.removeCandidateConfig|@ohos.wifi.d.ts| 1090|废弃版本有变化|类名:wifi;<br>方法or属性:function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManager/wifiManager.getLinkedInfo|@ohos.wifi.d.ts| 1091|废弃版本有变化|类名:wifi;<br>方法or属性:function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManager/wifiManager.getP2pLinkedInfo|@ohos.wifi.d.ts| 1092|废弃版本有变化|类名:wifi;<br>方法or属性:function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManager/wifiManager.getCurrentGroup|@ohos.wifi.d.ts| 1093|废弃版本有变化|类名:wifi;<br>方法or属性:function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManager/wifiManager.getP2pPeerDevices|@ohos.wifi.d.ts| 1094|废弃版本有变化|类名:wifiext;<br>方法or属性:function getSupportedPowerModel(callback: AsyncCallback\<Array\<PowerModel>>): void;<br>旧版本信息:|类名:wifiext;<br>方法or属性:function getSupportedPowerModel(callback: AsyncCallback\<Array\<PowerModel>>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManagerExt/wifiManagerExt.getSupportedPowerMode|@ohos.wifiext.d.ts| 1095|废弃版本有变化|类名:wifiext;<br>方法or属性:function getPowerModel(callback: AsyncCallback\<PowerModel>): void;<br>旧版本信息:|类名:wifiext;<br>方法or属性:function getPowerModel(callback: AsyncCallback\<PowerModel>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManagerExt/wifiManagerExt.getPowerMode|@ohos.wifiext.d.ts| 1096|废弃版本有变化|类名:wifiManager;<br>方法or属性:function scan(): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function scan(): void;<br>新版本信息:10<br>代替接口: wifiManager.startScan|@ohos.wifiManager.d.ts| 1097|废弃版本有变化|类名:wifiManager;<br>方法or属性:function getScanResults(): Promise\<Array\<WifiScanInfo>>;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getScanResults(): Promise\<Array\<WifiScanInfo>>;<br>新版本信息:10<br>代替接口: wifiManager.getScanInfoList|@ohos.wifiManager.d.ts| 1098|废弃版本有变化|类名:wifiManager;<br>方法or属性:function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>新版本信息:10<br>代替接口: wifiManager.getScanInfoList|@ohos.wifiManager.d.ts| 1099|废弃版本有变化|类名:wifiManager;<br>方法or属性:function getScanResultsSync(): Array\<WifiScanInfo>;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getScanResultsSync(): Array\<WifiScanInfo>;<br>新版本信息:10<br>代替接口: wifiManager.getScanInfoList|@ohos.wifiManager.d.ts| 1100|废弃版本有变化|类名:wifiManagerExt;<br>方法or属性:function enableHotspot(): void;<br>旧版本信息:|类名:wifiManagerExt;<br>方法or属性:function enableHotspot(): void;<br>新版本信息:10<br>代替接口:|@ohos.wifiManagerExt.d.ts| 1101|废弃版本有变化|类名:wifiManagerExt;<br>方法or属性:function disableHotspot(): void;<br>旧版本信息:|类名:wifiManagerExt;<br>方法or属性:function disableHotspot(): void;<br>新版本信息:10<br>代替接口:|@ohos.wifiManagerExt.d.ts| 1102|废弃版本有变化|类名:wifiManagerExt;<br>方法or属性:function setPowerMode(mode: PowerMode): void;<br>旧版本信息:|类名:wifiManagerExt;<br>方法or属性:function setPowerMode(mode: PowerMode): void;<br>新版本信息:10<br>代替接口:|@ohos.wifiManagerExt.d.ts| 1103|废弃版本有变化|类名:TagSession;<br>方法or属性:sendData(data: number[], callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:TagSession;<br>方法or属性:sendData(data: number[], callback: AsyncCallback\<number[]>): void;<br>新版本信息:9<br>代替接口: tagSession.TagSession#transmit|tagSession.d.ts| 1104|新增(错误码)|类名:GattClientDevice;<br>方法or属性:getDeviceName(): Promise\<string>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getDeviceName(): Promise\<string>;<br>新版本信息:201,401,801,2900001,2900099|@ohos.bluetoothManager.d.ts| 1105|新增(错误码)|类名:GattClientDevice;<br>方法or属性:getServices(): Promise\<Array\<GattService>>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getServices(): Promise\<Array\<GattService>>;<br>新版本信息:201,401,801,2900001,2900099|@ohos.bluetoothManager.d.ts| 1106|新增(错误码)|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>新版本信息:201,401,801,2900001,2901000,2900099|@ohos.bluetoothManager.d.ts| 1107|新增(错误码)|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>新版本信息:201,401,801,2900001,2901000,2900099|@ohos.bluetoothManager.d.ts| 1108|新增(错误码)|类名:GattClientDevice;<br>方法or属性:getRssiValue(): Promise\<number>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getRssiValue(): Promise\<number>;<br>新版本信息:201,401,801,2900099|@ohos.bluetoothManager.d.ts| 1109|新增(错误码)|类名:connectedTag;<br>方法or属性:function read(callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function read(callback: AsyncCallback\<number[]>): void;<br>新版本信息:201,801,3200101|@ohos.connectedTag.d.ts| 1110|新增(错误码)|类名:connectedTag;<br>方法or属性:function write(data: number[], callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function write(data: number[], callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,801,3200101|@ohos.connectedTag.d.ts| 1111|新增(错误码)|类名:connection;<br>方法or属性:function getDefaultNet(): Promise\<NetHandle>;<br>旧版本信息:|类名:connection;<br>方法or属性:function getDefaultNet(): Promise\<NetHandle>;<br>新版本信息:201,401,2100002,2100003|@ohos.net.connection.d.ts| 1112|新增(错误码)|类名:connection;<br>方法or属性:function getAllNets(): Promise\<Array\<NetHandle>>;<br>旧版本信息:|类名:connection;<br>方法or属性:function getAllNets(): Promise\<Array\<NetHandle>>;<br>新版本信息:201,401,2100002,2100003|@ohos.net.connection.d.ts| 1113|新增(错误码)|类名:connection;<br>方法or属性:function getConnectionProperties(netHandle: NetHandle): Promise\<ConnectionProperties>;<br>旧版本信息:|类名:connection;<br>方法or属性:function getConnectionProperties(netHandle: NetHandle): Promise\<ConnectionProperties>;<br>新版本信息:201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts| 1114|新增(错误码)|类名:connection;<br>方法or属性:function getNetCapabilities(netHandle: NetHandle): Promise\<NetCapabilities>;<br>旧版本信息:|类名:connection;<br>方法or属性:function getNetCapabilities(netHandle: NetHandle): Promise\<NetCapabilities>;<br>新版本信息:201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts| 1115|新增(错误码)|类名:connection;<br>方法or属性:function isDefaultNetMetered(): Promise\<boolean>;<br>旧版本信息:|类名:connection;<br>方法or属性:function isDefaultNetMetered(): Promise\<boolean>;<br>新版本信息:201,401,2100002,2100003|@ohos.net.connection.d.ts| 1116|新增(错误码)|类名:connection;<br>方法or属性:function hasDefaultNet(): Promise\<boolean>;<br>旧版本信息:|类名:connection;<br>方法or属性:function hasDefaultNet(): Promise\<boolean>;<br>新版本信息:201,401,2100002,2100003|@ohos.net.connection.d.ts| 1117|新增(错误码)|类名:connection;<br>方法or属性:function enableAirplaneMode(): Promise\<void>;<br>旧版本信息:|类名:connection;<br>方法or属性:function enableAirplaneMode(): Promise\<void>;<br>新版本信息:201,202,401,2100002,2100003|@ohos.net.connection.d.ts| 1118|新增(错误码)|类名:connection;<br>方法or属性:function disableAirplaneMode(): Promise\<void>;<br>旧版本信息:|类名:connection;<br>方法or属性:function disableAirplaneMode(): Promise\<void>;<br>新版本信息:201,202,401,2100002,2100003|@ohos.net.connection.d.ts| 1119|新增(错误码)|类名:connection;<br>方法or属性:function reportNetConnected(netHandle: NetHandle): Promise\<void>;<br>旧版本信息:|类名:connection;<br>方法or属性:function reportNetConnected(netHandle: NetHandle): Promise\<void>;<br>新版本信息:201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts| 1120|新增(错误码)|类名:connection;<br>方法or属性:function reportNetDisconnected(netHandle: NetHandle): Promise\<void>;<br>旧版本信息:|类名:connection;<br>方法or属性:function reportNetDisconnected(netHandle: NetHandle): Promise\<void>;<br>新版本信息:201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts| 1121|新增(错误码)|类名:connection;<br>方法or属性:function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>旧版本信息:|类名:connection;<br>方法or属性:function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>新版本信息:201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts| 1122|新增(错误码)|类名:NetHandle;<br>方法or属性:bindSocket(socketParam: TCPSocket \| UDPSocket): Promise\<void>;<br>旧版本信息:|类名:NetHandle;<br>方法or属性:bindSocket(socketParam: TCPSocket \| UDPSocket): Promise\<void>;<br>新版本信息:401,2100001,2100002,2100003|@ohos.net.connection.d.ts| 1123|新增(错误码)|类名:NetHandle;<br>方法or属性:getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>旧版本信息:|类名:NetHandle;<br>方法or属性:getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>新版本信息:201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts| 1124|新增(错误码)|类名:NetHandle;<br>方法or属性:getAddressByName(host: string): Promise\<NetAddress>;<br>旧版本信息:|类名:NetHandle;<br>方法or属性:getAddressByName(host: string): Promise\<NetAddress>;<br>新版本信息:201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts| 1125|新增(错误码)|类名:ethernet;<br>方法or属性:function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>旧版本信息:|类名:ethernet;<br>方法or属性:function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>新版本信息:201,202,401,2200001,2200002,2200003,2201005|@ohos.net.ethernet.d.ts| 1126|新增(错误码)|类名:ethernet;<br>方法or属性:function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>旧版本信息:|类名:ethernet;<br>方法or属性:function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>新版本信息:201,202,401,2200001,2200002,2200003,2201004,2201005,2201006,2201007|@ohos.net.ethernet.d.ts| 1127|新增(错误码)|类名:ethernet;<br>方法or属性:function isIfaceActive(iface: string): Promise\<number>;<br>旧版本信息:|类名:ethernet;<br>方法or属性:function isIfaceActive(iface: string): Promise\<number>;<br>新版本信息:201,202,401,2200001,2200002,2200003,2201005|@ohos.net.ethernet.d.ts| 1128|新增(错误码)|类名:ethernet;<br>方法or属性:function getAllActiveIfaces(): Promise\<Array\<string>>;<br>旧版本信息:|类名:ethernet;<br>方法or属性:function getAllActiveIfaces(): Promise\<Array\<string>>;<br>新版本信息:201,202,2200002,2200003|@ohos.net.ethernet.d.ts| 1129|新增(错误码)|类名:HttpRequest;<br>方法or属性:request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>旧版本信息:|类名:HttpRequest;<br>方法or属性:request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>新版本信息:401,201,2300001,2300003,2300005,2300006,2300007,2300008,2300009,2300016,2300018,2300023,2300025,2300026,2300027,2300028,2300047,2300052,2300055,2300056,2300058,2300059,2300060,2300061,2300063,2300070,2300073,2300077,2300078,2300094,2300999|@ohos.net.http.d.ts| 1130|新增(错误码)|类名:HttpRequest;<br>方法or属性:request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>旧版本信息:|类名:HttpRequest;<br>方法or属性:request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>新版本信息:401,201,2300001,2300003,2300005,2300006,2300007,2300008,2300009,2300016,2300018,2300023,2300025,2300026,2300027,2300028,2300047,2300052,2300055,2300056,2300058,2300059,2300060,2300061,2300063,2300070,2300073,2300077,2300078,2300094,2300999|@ohos.net.http.d.ts| 1131|新增(错误码)|类名:sharing;<br>方法or属性:function isSharingSupported(): Promise\<boolean>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function isSharingSupported(): Promise\<boolean>;<br>新版本信息:201,202,2200002,2200003,2202011|@ohos.net.sharing.d.ts| 1132|新增(错误码)|类名:sharing;<br>方法or属性:function isSharing(): Promise\<boolean>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function isSharing(): Promise\<boolean>;<br>新版本信息:201,202,2200002,2200003,2202011|@ohos.net.sharing.d.ts| 1133|新增(错误码)|类名:sharing;<br>方法or属性:function startSharing(type: SharingIfaceType): Promise\<void>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function startSharing(type: SharingIfaceType): Promise\<void>;<br>新版本信息:201,202,401,2200001,2200002,2200003,2202004,2202005,2202006,2202009,2202011|@ohos.net.sharing.d.ts| 1134|新增(错误码)|类名:sharing;<br>方法or属性:function stopSharing(type: SharingIfaceType): Promise\<void>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function stopSharing(type: SharingIfaceType): Promise\<void>;<br>新版本信息:201,202,401,2200001,2200002,2200003,2202004,2202005,2202006,2202011|@ohos.net.sharing.d.ts| 1135|新增(错误码)|类名:sharing;<br>方法or属性:function getStatsRxBytes(): Promise\<number>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function getStatsRxBytes(): Promise\<number>;<br>新版本信息:201,202,401,2200002,2200003|@ohos.net.sharing.d.ts| 1136|新增(错误码)|类名:sharing;<br>方法or属性:function getStatsTxBytes(): Promise\<number>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function getStatsTxBytes(): Promise\<number>;<br>新版本信息:201,202,401,2200002,2200003|@ohos.net.sharing.d.ts| 1137|新增(错误码)|类名:sharing;<br>方法or属性:function getStatsTotalBytes(): Promise\<number>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function getStatsTotalBytes(): Promise\<number>;<br>新版本信息:201,202,401,2200002,2200003|@ohos.net.sharing.d.ts| 1138|新增(错误码)|类名:sharing;<br>方法or属性:function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>新版本信息:201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts| 1139|新增(错误码)|类名:sharing;<br>方法or属性:function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>新版本信息:201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts| 1140|新增(错误码)|类名:sharing;<br>方法or属性:function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>新版本信息:201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts| 1141|新增(错误码)|类名:UDPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>新版本信息:401,201|@ohos.net.socket.d.ts| 1142|新增(错误码)|类名:TCPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>新版本信息:401,201|@ohos.net.socket.d.ts| 1143|新增(错误码)|类名:TLSSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>新版本信息:401,201,2303198,2300002|@ohos.net.socket.d.ts| 1144|新增(错误码)|类名:UDPSocket;<br>方法or属性:send(options: UDPSendOptions): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:send(options: UDPSendOptions): Promise\<void>;<br>新版本信息:401,201|@ohos.net.socket.d.ts| 1145|新增(错误码)|类名:UDPSocket;<br>方法or属性:close(): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:close(): Promise\<void>;<br>新版本信息:201|@ohos.net.socket.d.ts| 1146|新增(错误码)|类名:TCPSocket;<br>方法or属性:close(): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:close(): Promise\<void>;<br>新版本信息:201|@ohos.net.socket.d.ts| 1147|新增(错误码)|类名:TLSSocket;<br>方法or属性:close(): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:close(): Promise\<void>;<br>新版本信息:401,2303501,2303505,2303506,2300002|@ohos.net.socket.d.ts| 1148|新增(错误码)|类名:UDPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>新版本信息:201|@ohos.net.socket.d.ts| 1149|新增(错误码)|类名:TCPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>新版本信息:201|@ohos.net.socket.d.ts| 1150|新增(错误码)|类名:TLSSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>新版本信息:2303188,2300002|@ohos.net.socket.d.ts| 1151|新增(错误码)|类名:UDPSocket;<br>方法or属性:setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>新版本信息:401,201|@ohos.net.socket.d.ts| 1152|新增(错误码)|类名:TCPSocket;<br>方法or属性:connect(options: TCPConnectOptions): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:connect(options: TCPConnectOptions): Promise\<void>;<br>新版本信息:401,201|@ohos.net.socket.d.ts| 1153|新增(错误码)|类名:TCPSocket;<br>方法or属性:send(options: TCPSendOptions): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:send(options: TCPSendOptions): Promise\<void>;<br>新版本信息:401,201|@ohos.net.socket.d.ts| 1154|新增(错误码)|类名:TCPSocket;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;<br>新版本信息:201|@ohos.net.socket.d.ts| 1155|新增(错误码)|类名:TLSSocket;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;<br>新版本信息:2303188,2300002|@ohos.net.socket.d.ts| 1156|新增(错误码)|类名:TCPSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>新版本信息:401,201|@ohos.net.socket.d.ts| 1157|新增(错误码)|类名:TLSSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>新版本信息:401,2303188,2300002|@ohos.net.socket.d.ts| 1158|新增(错误码)|类名:TLSSocket;<br>方法or属性:getCertificate(): Promise\<X509CertRawData>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getCertificate(): Promise\<X509CertRawData>;<br>新版本信息:2303501,2303504,2300002|@ohos.net.socket.d.ts| 1159|新增(错误码)|类名:TLSSocket;<br>方法or属性:getRemoteCertificate(): Promise\<X509CertRawData>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getRemoteCertificate(): Promise\<X509CertRawData>;<br>新版本信息:2303501,2300002|@ohos.net.socket.d.ts| 1160|新增(错误码)|类名:TLSSocket;<br>方法or属性:getProtocol(): Promise\<string>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getProtocol(): Promise\<string>;<br>新版本信息:2303501,2303505,2300002|@ohos.net.socket.d.ts| 1161|新增(错误码)|类名:TLSSocket;<br>方法or属性:getCipherSuite(): Promise\<Array\<string>>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getCipherSuite(): Promise\<Array\<string>>;<br>新版本信息:2303501,2303502,2303505,2300002|@ohos.net.socket.d.ts| 1162|新增(错误码)|类名:TLSSocket;<br>方法or属性:getSignatureAlgorithms(): Promise\<Array\<string>>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getSignatureAlgorithms(): Promise\<Array\<string>>;<br>新版本信息:2303501,2300002|@ohos.net.socket.d.ts| 1163|新增(错误码)|类名:TLSSocket;<br>方法or属性:connect(options: TLSConnectOptions): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:connect(options: TLSConnectOptions): Promise\<void>;<br>新版本信息:401,2303104,2303109,2303111,2303188,2303191,2303198,2303199,2303210,2303501,2303502,2303503,2303505,2303506,2300002|@ohos.net.socket.d.ts| 1164|新增(错误码)|类名:TLSSocket;<br>方法or属性:send(data: string): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:send(data: string): Promise\<void>;<br>新版本信息:401,2303501,2303503,2303505,2303506,2300002|@ohos.net.socket.d.ts| 1165|新增(错误码)|类名:WebSocket;<br>方法or属性:connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>新版本信息:401,201|@ohos.net.webSocket.d.ts| 1166|新增(错误码)|类名:WebSocket;<br>方法or属性:connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>新版本信息:401,201|@ohos.net.webSocket.d.ts| 1167|新增(错误码)|类名:WebSocket;<br>方法or属性:send(data: string \| ArrayBuffer): Promise\<boolean>;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:send(data: string \| ArrayBuffer): Promise\<boolean>;<br>新版本信息:401,201|@ohos.net.webSocket.d.ts| 1168|新增(错误码)|类名:WebSocket;<br>方法or属性:close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>新版本信息:401,201|@ohos.net.webSocket.d.ts| 1169|新增(错误码)|类名:WebSocket;<br>方法or属性:close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>新版本信息:401,201|@ohos.net.webSocket.d.ts| 1170|新增(错误码)|类名:HceService;<br>方法or属性:transmit(response: number[], callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:HceService;<br>方法or属性:transmit(response: number[], callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,801,3100301|@ohos.nfc.cardEmulation.d.ts| 1171|新增(错误码)|类名:wifiManager;<br>方法or属性:function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>新版本信息:201,801,2501000|@ohos.wifiManager.d.ts| 1172|新增(错误码)|类名:wifiManager;<br>方法or属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>新版本信息:201,202,401,801,2501000|@ohos.wifiManager.d.ts| 1173|新增(错误码)|类名:wifiManager;<br>方法or属性:function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>新版本信息:201,401,801,2501000|@ohos.wifiManager.d.ts| 1174|新增(错误码)|类名:wifiManager;<br>方法or属性:function removeCandidateConfig(networkId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function removeCandidateConfig(networkId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,801,2501000|@ohos.wifiManager.d.ts| 1175|新增(错误码)|类名:wifiManager;<br>方法or属性:function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>新版本信息:201,202,801,2501000,2501001|@ohos.wifiManager.d.ts| 1176|新增(错误码)|类名:wifiManager;<br>方法or属性:function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>新版本信息:201,801,2801000|@ohos.wifiManager.d.ts| 1177|新增(错误码)|类名:wifiManager;<br>方法or属性:function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>新版本信息:201,801,2801000|@ohos.wifiManager.d.ts| 1178|新增(错误码)|类名:wifiManager;<br>方法or属性:function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>新版本信息:201,801,2801000|@ohos.wifiManager.d.ts| 1179|新增(错误码)|类名:wifiManager;<br>方法or属性:function getP2pLocalDevice(callback: AsyncCallback\<WifiP2pDevice>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getP2pLocalDevice(callback: AsyncCallback\<WifiP2pDevice>): void;<br>新版本信息:201,801,2801000|@ohos.wifiManager.d.ts| 1180|新增(错误码)|类名:wifiManager;<br>方法or属性:function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>新版本信息:201,202,801,2801000|@ohos.wifiManager.d.ts| 1181|新增(错误码)|类名:wifiManagerExt;<br>方法or属性:function getSupportedPowerMode(callback: AsyncCallback\<Array\<PowerMode>>): void;<br>旧版本信息:|类名:wifiManagerExt;<br>方法or属性:function getSupportedPowerMode(callback: AsyncCallback\<Array\<PowerMode>>): void;<br>新版本信息:201,801,2701000|@ohos.wifiManagerExt.d.ts| 1182|新增(错误码)|类名:wifiManagerExt;<br>方法or属性:function getPowerMode(callback: AsyncCallback\<PowerMode>): void;<br>旧版本信息:|类名:wifiManagerExt;<br>方法or属性:function getPowerMode(callback: AsyncCallback\<PowerMode>): void;<br>新版本信息:201,801,2701000|@ohos.wifiManagerExt.d.ts| 1183|新增(错误码)|类名:IsoDepTag;<br>方法or属性:isExtendedApduSupported(callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:IsoDepTag;<br>方法or属性:isExtendedApduSupported(callback: AsyncCallback\<boolean>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 1184|新增(错误码)|类名:NdefTag;<br>方法or属性:readNdef(callback: AsyncCallback\<NdefMessage>): void;<br>旧版本信息:|类名:NdefTag;<br>方法or属性:readNdef(callback: AsyncCallback\<NdefMessage>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 1185|新增(错误码)|类名:NdefTag;<br>方法or属性:writeNdef(msg: NdefMessage, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:NdefTag;<br>方法or属性:writeNdef(msg: NdefMessage, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 1186|新增(错误码)|类名:NdefTag;<br>方法or属性:setReadOnly(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:NdefTag;<br>方法or属性:setReadOnly(callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 1187|新增(错误码)|类名:MifareClassicTag;<br>方法or属性:authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 1188|新增(错误码)|类名:MifareClassicTag;<br>方法or属性:readSingleBlock(blockIndex: number, callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:readSingleBlock(blockIndex: number, callback: AsyncCallback\<number[]>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 1189|新增(错误码)|类名:MifareClassicTag;<br>方法or属性:writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 1190|新增(错误码)|类名:MifareClassicTag;<br>方法or属性:incrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:incrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 1191|新增(错误码)|类名:MifareClassicTag;<br>方法or属性:decrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:decrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 1192|新增(错误码)|类名:MifareClassicTag;<br>方法or属性:transferToBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:transferToBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 1193|新增(错误码)|类名:MifareClassicTag;<br>方法or属性:restoreFromBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:restoreFromBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 1194|新增(错误码)|类名:MifareUltralightTag;<br>方法or属性:readMultiplePages(pageIndex: number, callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:MifareUltralightTag;<br>方法or属性:readMultiplePages(pageIndex: number, callback: AsyncCallback\<number[]>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 1195|新增(错误码)|类名:MifareUltralightTag;<br>方法or属性:writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareUltralightTag;<br>方法or属性:writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 1196|新增(错误码)|类名:NdefFormatableTag;<br>方法or属性:format(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:NdefFormatableTag;<br>方法or属性:format(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 1197|新增(错误码)|类名:NdefFormatableTag;<br>方法or属性:formatReadOnly(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:NdefFormatableTag;<br>方法or属性:formatReadOnly(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 1198|新增(错误码)|类名:TagSession;<br>方法or属性:transmit(data: number[], callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:TagSession;<br>方法or属性:transmit(data: number[], callback: AsyncCallback\<number[]>): void;<br>新版本信息:201,401,801,3100201|tagSession.d.ts| 1199|错误码有变化|类名:connection;<br>方法or属性:function getDefaultNet(callback: AsyncCallback\<NetHandle>): void;<br>旧版本信息:201,2100002,2100003|类名:connection;<br>方法or属性:function getDefaultNet(callback: AsyncCallback\<NetHandle>): void;<br>新版本信息:201,401,2100002,2100003|@ohos.net.connection.d.ts| 1200|错误码有变化|类名:connection;<br>方法or属性:function getDefaultNetSync(): NetHandle;<br>旧版本信息:201,2100002,2100003|类名:connection;<br>方法or属性:function getDefaultNetSync(): NetHandle;<br>新版本信息:201,401,2100002,2100003|@ohos.net.connection.d.ts| 1201|错误码有变化|类名:connection;<br>方法or属性:function getAllNets(callback: AsyncCallback\<Array\<NetHandle>>): void;<br>旧版本信息:201,2100002,2100003|类名:connection;<br>方法or属性:function getAllNets(callback: AsyncCallback\<Array\<NetHandle>>): void;<br>新版本信息:201,401,2100002,2100003|@ohos.net.connection.d.ts| 1202|错误码有变化|类名:connection;<br>方法or属性:function isDefaultNetMetered(callback: AsyncCallback\<boolean>): void;<br>旧版本信息:201,2100002,2100003|类名:connection;<br>方法or属性:function isDefaultNetMetered(callback: AsyncCallback\<boolean>): void;<br>新版本信息:201,401,2100002,2100003|@ohos.net.connection.d.ts| 1203|错误码有变化|类名:connection;<br>方法or属性:function hasDefaultNet(callback: AsyncCallback\<boolean>): void;<br>旧版本信息:201,2100002,2100003|类名:connection;<br>方法or属性:function hasDefaultNet(callback: AsyncCallback\<boolean>): void;<br>新版本信息:201,401,2100002,2100003|@ohos.net.connection.d.ts| 1204|错误码有变化|类名:connection;<br>方法or属性:function enableAirplaneMode(callback: AsyncCallback\<void>): void;<br>旧版本信息:201,2100002,2100003|类名:connection;<br>方法or属性:function enableAirplaneMode(callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,2100002,2100003|@ohos.net.connection.d.ts| 1205|错误码有变化|类名:connection;<br>方法or属性:function disableAirplaneMode(callback: AsyncCallback\<void>): void;<br>旧版本信息:201,2100002,2100003|类名:connection;<br>方法or属性:function disableAirplaneMode(callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,2100002,2100003|@ohos.net.connection.d.ts| 1206|错误码有变化|类名:connection;<br>方法or属性:function getAppNet(callback: AsyncCallback\<NetHandle>): void;<br>旧版本信息:2100002,2100003|类名:connection;<br>方法or属性:function getAppNet(callback: AsyncCallback\<NetHandle>): void;<br>新版本信息:401,2100002,2100003|@ohos.net.connection.d.ts| 1207|错误码有变化|类名:connection;<br>方法or属性:function getAppNet(): Promise\<NetHandle>;<br>旧版本信息:2100002,2100003|类名:connection;<br>方法or属性:function getAppNet(): Promise\<NetHandle>;<br>新版本信息:401,2100002,2100003|@ohos.net.connection.d.ts| 1208|错误码有变化|类名:NetConnection;<br>方法or属性:register(callback: AsyncCallback\<void>): void;<br>旧版本信息:201,2100002,2100003,2101008,2101022|类名:NetConnection;<br>方法or属性:register(callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,2100002,2100003,2101008,2101022|@ohos.net.connection.d.ts| 1209|错误码有变化|类名:NetConnection;<br>方法or属性:unregister(callback: AsyncCallback\<void>): void;<br>旧版本信息:2100002,2100003,2101007|类名:NetConnection;<br>方法or属性:unregister(callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,2100002,2100003,2101007|@ohos.net.connection.d.ts| 1210|错误码有变化|类名:ethernet;<br>方法or属性:function getIfaceConfig(iface: string, callback: AsyncCallback\<InterfaceConfiguration>): void;<br>旧版本信息:201,401,2200001,2200002,2200003,2201005|类名:ethernet;<br>方法or属性:function getIfaceConfig(iface: string, callback: AsyncCallback\<InterfaceConfiguration>): void;<br>新版本信息:201,202,401,2200001,2200002,2200003,2201005|@ohos.net.ethernet.d.ts| 1211|错误码有变化|类名:ethernet;<br>方法or属性:function setIfaceConfig(iface: string, ic: InterfaceConfiguration, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,2200001,2200002,2200003,2201004,2201005,2201006,2201007|类名:ethernet;<br>方法or属性:function setIfaceConfig(iface: string, ic: InterfaceConfiguration, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,2200001,2200002,2200003,2201004,2201005,2201006,2201007|@ohos.net.ethernet.d.ts| 1212|错误码有变化|类名:ethernet;<br>方法or属性:function isIfaceActive(iface: string, callback: AsyncCallback\<number>): void;<br>旧版本信息:201,401,2200001,2200002,2200003,2201005|类名:ethernet;<br>方法or属性:function isIfaceActive(iface: string, callback: AsyncCallback\<number>): void;<br>新版本信息:201,202,401,2200001,2200002,2200003,2201005|@ohos.net.ethernet.d.ts| 1213|错误码有变化|类名:ethernet;<br>方法or属性:function getAllActiveIfaces(callback: AsyncCallback\<Array\<string>>): void;<br>旧版本信息:201,2200002,2200003|类名:ethernet;<br>方法or属性:function getAllActiveIfaces(callback: AsyncCallback\<Array\<string>>): void;<br>新版本信息:201,202,2200002,2200003|@ohos.net.ethernet.d.ts| 1214|错误码有变化|类名:sharing;<br>方法or属性:function isSharingSupported(callback: AsyncCallback\<boolean>): void;<br>旧版本信息:201,2200002,2200003,2202011|类名:sharing;<br>方法or属性:function isSharingSupported(callback: AsyncCallback\<boolean>): void;<br>新版本信息:201,202,2200002,2200003,2202011|@ohos.net.sharing.d.ts| 1215|错误码有变化|类名:sharing;<br>方法or属性:function isSharing(callback: AsyncCallback\<boolean>): void;<br>旧版本信息:201,2200002,2200003,2202011|类名:sharing;<br>方法or属性:function isSharing(callback: AsyncCallback\<boolean>): void;<br>新版本信息:201,202,2200002,2200003,2202011|@ohos.net.sharing.d.ts| 1216|错误码有变化|类名:sharing;<br>方法or属性:function startSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,2200001,2200002,2200003,2202004,2202005,2202006,2202009,2202011|类名:sharing;<br>方法or属性:function startSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,2200001,2200002,2200003,2202004,2202005,2202006,2202009,2202011|@ohos.net.sharing.d.ts| 1217|错误码有变化|类名:sharing;<br>方法or属性:function stopSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,2200001,2200002,2200003,2202004,2202005,2202006,2202011|类名:sharing;<br>方法or属性:function stopSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,2200001,2200002,2200003,2202004,2202005,2202006,2202011|@ohos.net.sharing.d.ts| 1218|错误码有变化|类名:sharing;<br>方法or属性:function getStatsRxBytes(callback: AsyncCallback\<number>): void;<br>旧版本信息:201,2200002,2200003|类名:sharing;<br>方法or属性:function getStatsRxBytes(callback: AsyncCallback\<number>): void;<br>新版本信息:201,202,401,2200002,2200003|@ohos.net.sharing.d.ts| 1219|错误码有变化|类名:sharing;<br>方法or属性:function getStatsTxBytes(callback: AsyncCallback\<number>): void;<br>旧版本信息:201,2200002,2200003|类名:sharing;<br>方法or属性:function getStatsTxBytes(callback: AsyncCallback\<number>): void;<br>新版本信息:201,202,401,2200002,2200003|@ohos.net.sharing.d.ts| 1220|错误码有变化|类名:sharing;<br>方法or属性:function getStatsTotalBytes(callback: AsyncCallback\<number>): void;<br>旧版本信息:201,2200002,2200003|类名:sharing;<br>方法or属性:function getStatsTotalBytes(callback: AsyncCallback\<number>): void;<br>新版本信息:201,202,401,2200002,2200003|@ohos.net.sharing.d.ts| 1221|错误码有变化|类名:sharing;<br>方法or属性:function getSharingIfaces(state: SharingIfaceState, callback: AsyncCallback\<Array\<string>>): void;<br>旧版本信息:201,401,2200001,2200002,2200003|类名:sharing;<br>方法or属性:function getSharingIfaces(state: SharingIfaceState, callback: AsyncCallback\<Array\<string>>): void;<br>新版本信息:201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts| 1222|错误码有变化|类名:sharing;<br>方法or属性:function getSharingState(type: SharingIfaceType, callback: AsyncCallback\<SharingIfaceState>): void;<br>旧版本信息:201,401,2200001,2200002,2200003|类名:sharing;<br>方法or属性:function getSharingState(type: SharingIfaceType, callback: AsyncCallback\<SharingIfaceState>): void;<br>新版本信息:201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts| 1223|错误码有变化|类名:sharing;<br>方法or属性:function getSharableRegexes(type: SharingIfaceType, callback: AsyncCallback\<Array\<string>>): void;<br>旧版本信息:201,401,2200001,2200002,2200003|类名:sharing;<br>方法or属性:function getSharableRegexes(type: SharingIfaceType, callback: AsyncCallback\<Array\<string>>): void;<br>新版本信息:201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts| 1224|错误码有变化|类名:sharing;<br>方法or属性:function on(type: 'sharingStateChange', callback: Callback\<boolean>): void;<br>旧版本信息:201,401|类名:sharing;<br>方法or属性:function on(type: 'sharingStateChange', callback: Callback\<boolean>): void;<br>新版本信息:201,202,401|@ohos.net.sharing.d.ts| 1225|错误码有变化|类名:sharing;<br>方法or属性:function on(type: 'interfaceSharingStateChange', callback: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;<br>旧版本信息:201,401|类名:sharing;<br>方法or属性:function on(type: 'interfaceSharingStateChange', callback: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;<br>新版本信息:201,202,401|@ohos.net.sharing.d.ts| 1226|错误码有变化|类名:sharing;<br>方法or属性:function on(type: 'sharingUpstreamChange', callback: Callback\<NetHandle>): void;<br>旧版本信息:201,401|类名:sharing;<br>方法or属性:function on(type: 'sharingUpstreamChange', callback: Callback\<NetHandle>): void;<br>新版本信息:201,202,401|@ohos.net.sharing.d.ts| 1227|错误码有变化|类名:sharing;<br>方法or属性:function off(type: 'sharingStateChange', callback?: Callback\<boolean>): void;<br>旧版本信息:201,401|类名:sharing;<br>方法or属性:function off(type: 'sharingStateChange', callback?: Callback\<boolean>): void;<br>新版本信息:201,202,401|@ohos.net.sharing.d.ts| 1228|错误码有变化|类名:sharing;<br>方法or属性:function off(type: 'interfaceSharingStateChange', callback?: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;<br>旧版本信息:201,401|类名:sharing;<br>方法or属性:function off(type: 'interfaceSharingStateChange', callback?: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;<br>新版本信息:201,202,401|@ohos.net.sharing.d.ts| 1229|错误码有变化|类名:sharing;<br>方法or属性:function off(type: 'sharingUpstreamChange', callback?: Callback\<NetHandle>): void;<br>旧版本信息:201,401|类名:sharing;<br>方法or属性:function off(type: 'sharingUpstreamChange', callback?: Callback\<NetHandle>): void;<br>新版本信息:201,202,401|@ohos.net.sharing.d.ts| 1230|错误码有变化|类名:MessageParcel;<br>方法or属性:readException(): void;<br>旧版本信息:Throws|类名:MessageParcel;<br>方法or属性:readException(): void;<br>新版本信息:|@ohos.rpc.d.ts| 1231|错误码有变化|类名:MessageParcel;<br>方法or属性:writeByte(val: number): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeByte(val: number): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1232|错误码有变化|类名:MessageParcel;<br>方法or属性:writeShort(val: number): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeShort(val: number): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1233|错误码有变化|类名:MessageParcel;<br>方法or属性:writeInt(val: number): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeInt(val: number): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1234|错误码有变化|类名:MessageParcel;<br>方法or属性:writeLong(val: number): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeLong(val: number): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1235|错误码有变化|类名:MessageParcel;<br>方法or属性:writeFloat(val: number): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeFloat(val: number): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1236|错误码有变化|类名:MessageParcel;<br>方法or属性:writeDouble(val: number): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeDouble(val: number): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1237|错误码有变化|类名:MessageParcel;<br>方法or属性:writeBoolean(val: boolean): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeBoolean(val: boolean): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1238|错误码有变化|类名:MessageParcel;<br>方法or属性:writeChar(val: number): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeChar(val: number): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1239|错误码有变化|类名:MessageParcel;<br>方法or属性:writeString(val: string): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeString(val: string): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1240|错误码有变化|类名:MessageParcel;<br>方法or属性:writeSequenceable(val: Sequenceable): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeSequenceable(val: Sequenceable): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1241|错误码有变化|类名:MessageParcel;<br>方法or属性:writeByteArray(byteArray: number[]): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeByteArray(byteArray: number[]): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1242|错误码有变化|类名:MessageParcel;<br>方法or属性:writeShortArray(shortArray: number[]): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeShortArray(shortArray: number[]): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1243|错误码有变化|类名:MessageParcel;<br>方法or属性:writeIntArray(intArray: number[]): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeIntArray(intArray: number[]): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1244|错误码有变化|类名:MessageParcel;<br>方法or属性:writeLongArray(longArray: number[]): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeLongArray(longArray: number[]): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1245|错误码有变化|类名:MessageParcel;<br>方法or属性:writeFloatArray(floatArray: number[]): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeFloatArray(floatArray: number[]): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1246|错误码有变化|类名:MessageParcel;<br>方法or属性:writeDoubleArray(doubleArray: number[]): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeDoubleArray(doubleArray: number[]): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1247|错误码有变化|类名:MessageParcel;<br>方法or属性:writeBooleanArray(booleanArray: boolean[]): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeBooleanArray(booleanArray: boolean[]): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1248|错误码有变化|类名:MessageParcel;<br>方法or属性:writeCharArray(charArray: number[]): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeCharArray(charArray: number[]): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1249|错误码有变化|类名:MessageParcel;<br>方法or属性:writeStringArray(stringArray: string[]): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeStringArray(stringArray: string[]): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1250|错误码有变化|类名:MessageParcel;<br>方法or属性:writeSequenceableArray(sequenceableArray: Sequenceable[]): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:writeSequenceableArray(sequenceableArray: Sequenceable[]): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1251|错误码有变化|类名:MessageParcel;<br>方法or属性:readByteArray(dataIn: number[]): void;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:readByteArray(dataIn: number[]): void;<br>新版本信息:|@ohos.rpc.d.ts| 1252|错误码有变化|类名:MessageParcel;<br>方法or属性:readIntArray(dataIn: number[]): void;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:readIntArray(dataIn: number[]): void;<br>新版本信息:|@ohos.rpc.d.ts| 1253|错误码有变化|类名:MessageParcel;<br>方法or属性:readLongArray(dataIn: number[]): void;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:readLongArray(dataIn: number[]): void;<br>新版本信息:|@ohos.rpc.d.ts| 1254|错误码有变化|类名:MessageParcel;<br>方法or属性:readFloatArray(dataIn: number[]): void;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:readFloatArray(dataIn: number[]): void;<br>新版本信息:|@ohos.rpc.d.ts| 1255|错误码有变化|类名:MessageParcel;<br>方法or属性:readDoubleArray(dataIn: number[]): void;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:readDoubleArray(dataIn: number[]): void;<br>新版本信息:|@ohos.rpc.d.ts| 1256|错误码有变化|类名:MessageParcel;<br>方法or属性:readBooleanArray(dataIn: boolean[]): void;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:readBooleanArray(dataIn: boolean[]): void;<br>新版本信息:|@ohos.rpc.d.ts| 1257|错误码有变化|类名:MessageParcel;<br>方法or属性:readCharArray(dataIn: number[]): void;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:readCharArray(dataIn: number[]): void;<br>新版本信息:|@ohos.rpc.d.ts| 1258|错误码有变化|类名:MessageParcel;<br>方法or属性:readStringArray(dataIn: string[]): void;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>方法or属性:readStringArray(dataIn: string[]): void;<br>新版本信息:|@ohos.rpc.d.ts| 1259|错误码有变化|类名:MessageSequence;<br>方法or属性:readStringArray(dataIn: string[]): void;<br>旧版本信息:ParcelException,401,1900010|类名:MessageSequence;<br>方法or属性:readStringArray(dataIn: string[]): void;<br>新版本信息:401,1900010|@ohos.rpc.d.ts| 1260|错误码有变化|类名:Sequenceable;<br>方法or属性:marshalling(dataOut: MessageParcel): boolean;<br>旧版本信息:ParcelException|类名:Sequenceable;<br>方法or属性:marshalling(dataOut: MessageParcel): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1261|错误码有变化|类名:Sequenceable;<br>方法or属性:unmarshalling(dataIn: MessageParcel): boolean;<br>旧版本信息:ParcelException|类名:Sequenceable;<br>方法or属性:unmarshalling(dataIn: MessageParcel): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1262|错误码有变化|类名:Parcelable;<br>方法or属性:marshalling(dataOut: MessageSequence): boolean;<br>旧版本信息:ParcelException|类名:Parcelable;<br>方法or属性:marshalling(dataOut: MessageSequence): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1263|错误码有变化|类名:Parcelable;<br>方法or属性:unmarshalling(dataIn: MessageSequence): boolean;<br>旧版本信息:ParcelException|类名:Parcelable;<br>方法or属性:unmarshalling(dataIn: MessageSequence): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1264|错误码有变化|类名:IRemoteObject;<br>方法or属性:sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>旧版本信息:RemoteException|类名:IRemoteObject;<br>方法or属性:sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1265|错误码有变化|类名:RemoteProxy;<br>方法or属性:sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>旧版本信息:RemoteException|类名:RemoteProxy;<br>方法or属性:sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1266|错误码有变化|类名:IRemoteObject;<br>方法or属性:sendRequest(<br><br> code: number,<br><br> data: MessageParcel,<br><br> reply: MessageParcel,<br><br> options: MessageOption<br><br> ): Promise\<SendRequestResult>;<br>旧版本信息:Throws|类名:IRemoteObject;<br>方法or属性:sendRequest(<br><br> code: number,<br><br> data: MessageParcel,<br><br> reply: MessageParcel,<br><br> options: MessageOption<br><br> ): Promise\<SendRequestResult>;<br>新版本信息:|@ohos.rpc.d.ts| 1267|错误码有变化|类名:RemoteObject;<br>方法or属性:sendRequest(<br><br> code: number,<br><br> data: MessageParcel,<br><br> reply: MessageParcel,<br><br> options: MessageOption<br><br> ): Promise\<SendRequestResult>;<br>旧版本信息:Throws|类名:RemoteObject;<br>方法or属性:sendRequest(<br><br> code: number,<br><br> data: MessageParcel,<br><br> reply: MessageParcel,<br><br> options: MessageOption<br><br> ): Promise\<SendRequestResult>;<br>新版本信息:|@ohos.rpc.d.ts| 1268|错误码有变化|类名:RemoteProxy;<br>方法or属性:sendRequest(<br><br> code: number,<br><br> data: MessageParcel,<br><br> reply: MessageParcel,<br><br> options: MessageOption<br><br> ): Promise\<SendRequestResult>;<br>旧版本信息:Throws|类名:RemoteProxy;<br>方法or属性:sendRequest(<br><br> code: number,<br><br> data: MessageParcel,<br><br> reply: MessageParcel,<br><br> options: MessageOption<br><br> ): Promise\<SendRequestResult>;<br>新版本信息:|@ohos.rpc.d.ts| 1269|错误码有变化|类名:RemoteObject;<br>方法or属性:onRemoteRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>旧版本信息:RemoteException|类名:RemoteObject;<br>方法or属性:onRemoteRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>新版本信息:|@ohos.rpc.d.ts| 1270|访问级别有变化|类名:connection;<br>方法or属性:function enableAirplaneMode(): Promise\<void>;<br>旧版本信息:|类名:connection;<br>方法or属性:function enableAirplaneMode(): Promise\<void>;<br>新版本信息:systemapi|@ohos.net.connection.d.ts| 1271|访问级别有变化|类名:connection;<br>方法or属性:function disableAirplaneMode(): Promise\<void>;<br>旧版本信息:|类名:connection;<br>方法or属性:function disableAirplaneMode(): Promise\<void>;<br>新版本信息:systemapi|@ohos.net.connection.d.ts| 1272|访问级别有变化|类名:ethernet;<br>方法or属性:function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>旧版本信息:|类名:ethernet;<br>方法or属性:function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>新版本信息:systemapi|@ohos.net.ethernet.d.ts| 1273|访问级别有变化|类名:ethernet;<br>方法or属性:function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>旧版本信息:|类名:ethernet;<br>方法or属性:function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>新版本信息:systemapi|@ohos.net.ethernet.d.ts| 1274|访问级别有变化|类名:ethernet;<br>方法or属性:function isIfaceActive(iface: string): Promise\<number>;<br>旧版本信息:|类名:ethernet;<br>方法or属性:function isIfaceActive(iface: string): Promise\<number>;<br>新版本信息:systemapi|@ohos.net.ethernet.d.ts| 1275|访问级别有变化|类名:ethernet;<br>方法or属性:function getAllActiveIfaces(): Promise\<Array\<string>>;<br>旧版本信息:|类名:ethernet;<br>方法or属性:function getAllActiveIfaces(): Promise\<Array\<string>>;<br>新版本信息:systemapi|@ohos.net.ethernet.d.ts| 1276|访问级别有变化|类名:InterfaceConfiguration;<br>方法or属性:mode: IPSetMode;<br>旧版本信息:|类名:InterfaceConfiguration;<br>方法or属性:mode: IPSetMode;<br>新版本信息:systemapi|@ohos.net.ethernet.d.ts| 1277|访问级别有变化|类名:InterfaceConfiguration;<br>方法or属性:ipAddr: string;<br>旧版本信息:|类名:InterfaceConfiguration;<br>方法or属性:ipAddr: string;<br>新版本信息:systemapi|@ohos.net.ethernet.d.ts| 1278|访问级别有变化|类名:InterfaceConfiguration;<br>方法or属性:route: string;<br>旧版本信息:|类名:InterfaceConfiguration;<br>方法or属性:route: string;<br>新版本信息:systemapi|@ohos.net.ethernet.d.ts| 1279|访问级别有变化|类名:InterfaceConfiguration;<br>方法or属性:gateway: string;<br>旧版本信息:|类名:InterfaceConfiguration;<br>方法or属性:gateway: string;<br>新版本信息:systemapi|@ohos.net.ethernet.d.ts| 1280|访问级别有变化|类名:InterfaceConfiguration;<br>方法or属性:netMask: string;<br>旧版本信息:|类名:InterfaceConfiguration;<br>方法or属性:netMask: string;<br>新版本信息:systemapi|@ohos.net.ethernet.d.ts| 1281|访问级别有变化|类名:InterfaceConfiguration;<br>方法or属性:dnsServers: string;<br>旧版本信息:|类名:InterfaceConfiguration;<br>方法or属性:dnsServers: string;<br>新版本信息:systemapi|@ohos.net.ethernet.d.ts| 1282|访问级别有变化|类名:IPSetMode;<br>方法or属性:STATIC = 0<br>旧版本信息:|类名:IPSetMode;<br>方法or属性:STATIC = 0<br>新版本信息:systemapi|@ohos.net.ethernet.d.ts| 1283|访问级别有变化|类名:IPSetMode;<br>方法or属性:DHCP = 1<br>旧版本信息:|类名:IPSetMode;<br>方法or属性:DHCP = 1<br>新版本信息:systemapi|@ohos.net.ethernet.d.ts| 1284|访问级别有变化|类名:sharing;<br>方法or属性:function isSharingSupported(): Promise\<boolean>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function isSharingSupported(): Promise\<boolean>;<br>新版本信息:systemapi|@ohos.net.sharing.d.ts| 1285|访问级别有变化|类名:sharing;<br>方法or属性:function isSharing(): Promise\<boolean>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function isSharing(): Promise\<boolean>;<br>新版本信息:systemapi|@ohos.net.sharing.d.ts| 1286|访问级别有变化|类名:sharing;<br>方法or属性:function startSharing(type: SharingIfaceType): Promise\<void>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function startSharing(type: SharingIfaceType): Promise\<void>;<br>新版本信息:systemapi|@ohos.net.sharing.d.ts| 1287|访问级别有变化|类名:sharing;<br>方法or属性:function stopSharing(type: SharingIfaceType): Promise\<void>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function stopSharing(type: SharingIfaceType): Promise\<void>;<br>新版本信息:systemapi|@ohos.net.sharing.d.ts| 1288|访问级别有变化|类名:sharing;<br>方法or属性:function getStatsRxBytes(): Promise\<number>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function getStatsRxBytes(): Promise\<number>;<br>新版本信息:systemapi|@ohos.net.sharing.d.ts| 1289|访问级别有变化|类名:sharing;<br>方法or属性:function getStatsTxBytes(): Promise\<number>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function getStatsTxBytes(): Promise\<number>;<br>新版本信息:systemapi|@ohos.net.sharing.d.ts| 1290|访问级别有变化|类名:sharing;<br>方法or属性:function getStatsTotalBytes(): Promise\<number>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function getStatsTotalBytes(): Promise\<number>;<br>新版本信息:systemapi|@ohos.net.sharing.d.ts| 1291|访问级别有变化|类名:sharing;<br>方法or属性:function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>新版本信息:systemapi|@ohos.net.sharing.d.ts| 1292|访问级别有变化|类名:sharing;<br>方法or属性:function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>新版本信息:systemapi|@ohos.net.sharing.d.ts| 1293|访问级别有变化|类名:sharing;<br>方法or属性:function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>新版本信息:systemapi|@ohos.net.sharing.d.ts| 1294|访问级别有变化|类名:SharingIfaceState;<br>方法or属性:SHARING_NIC_SERVING = 1<br>旧版本信息:|类名:SharingIfaceState;<br>方法or属性:SHARING_NIC_SERVING = 1<br>新版本信息:systemapi|@ohos.net.sharing.d.ts| 1295|访问级别有变化|类名:SharingIfaceState;<br>方法or属性:SHARING_NIC_CAN_SERVER = 2<br>旧版本信息:|类名:SharingIfaceState;<br>方法or属性:SHARING_NIC_CAN_SERVER = 2<br>新版本信息:systemapi|@ohos.net.sharing.d.ts| 1296|访问级别有变化|类名:SharingIfaceState;<br>方法or属性:SHARING_NIC_ERROR = 3<br>旧版本信息:|类名:SharingIfaceState;<br>方法or属性:SHARING_NIC_ERROR = 3<br>新版本信息:systemapi|@ohos.net.sharing.d.ts| 1297|访问级别有变化|类名:SharingIfaceType;<br>方法or属性:SHARING_WIFI = 0<br>旧版本信息:|类名:SharingIfaceType;<br>方法or属性:SHARING_WIFI = 0<br>新版本信息:systemapi|@ohos.net.sharing.d.ts| 1298|访问级别有变化|类名:SharingIfaceType;<br>方法or属性:SHARING_USB = 1<br>旧版本信息:|类名:SharingIfaceType;<br>方法or属性:SHARING_USB = 1<br>新版本信息:systemapi|@ohos.net.sharing.d.ts| 1299|访问级别有变化|类名:SharingIfaceType;<br>方法or属性:SHARING_BLUETOOTH = 2<br>旧版本信息:|类名:SharingIfaceType;<br>方法or属性:SHARING_BLUETOOTH = 2<br>新版本信息:systemapi|@ohos.net.sharing.d.ts| 1300|访问级别有变化|类名:wifi;<br>方法or属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1301|访问级别有变化|类名:HotspotConfig;<br>方法or属性:ssid: string;<br>旧版本信息:|类名:HotspotConfig;<br>方法or属性:ssid: string;<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1302|访问级别有变化|类名:HotspotConfig;<br>方法or属性:securityType: WifiSecurityType;<br>旧版本信息:|类名:HotspotConfig;<br>方法or属性:securityType: WifiSecurityType;<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1303|访问级别有变化|类名:HotspotConfig;<br>方法or属性:band: number;<br>旧版本信息:|类名:HotspotConfig;<br>方法or属性:band: number;<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1304|访问级别有变化|类名:HotspotConfig;<br>方法or属性:preSharedKey: string;<br>旧版本信息:|类名:HotspotConfig;<br>方法or属性:preSharedKey: string;<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1305|访问级别有变化|类名:HotspotConfig;<br>方法or属性:maxConn: number;<br>旧版本信息:|类名:HotspotConfig;<br>方法or属性:maxConn: number;<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1306|访问级别有变化|类名:StationInfo;<br>方法or属性:name: string;<br>旧版本信息:|类名:StationInfo;<br>方法or属性:name: string;<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1307|访问级别有变化|类名:StationInfo;<br>方法or属性:macAddress: string;<br>旧版本信息:|类名:StationInfo;<br>方法or属性:macAddress: string;<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1308|访问级别有变化|类名:StationInfo;<br>方法or属性:ipAddress: string;<br>旧版本信息:|类名:StationInfo;<br>方法or属性:ipAddress: string;<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1309|访问级别有变化|类名:IpType;<br>方法or属性:STATIC<br>旧版本信息:|类名:IpType;<br>方法or属性:STATIC<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1310|访问级别有变化|类名:IpType;<br>方法or属性:DHCP<br>旧版本信息:|类名:IpType;<br>方法or属性:DHCP<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1311|访问级别有变化|类名:IpType;<br>方法or属性:UNKNOWN<br>旧版本信息:|类名:IpType;<br>方法or属性:UNKNOWN<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1312|访问级别有变化|类名:SuppState;<br>方法or属性:DISCONNECTED<br>旧版本信息:|类名:SuppState;<br>方法or属性:DISCONNECTED<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1313|访问级别有变化|类名:SuppState;<br>方法or属性:INTERFACE_DISABLED<br>旧版本信息:|类名:SuppState;<br>方法or属性:INTERFACE_DISABLED<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1314|访问级别有变化|类名:SuppState;<br>方法or属性:INACTIVE<br>旧版本信息:|类名:SuppState;<br>方法or属性:INACTIVE<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1315|访问级别有变化|类名:SuppState;<br>方法or属性:SCANNING<br>旧版本信息:|类名:SuppState;<br>方法or属性:SCANNING<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1316|访问级别有变化|类名:SuppState;<br>方法or属性:AUTHENTICATING<br>旧版本信息:|类名:SuppState;<br>方法or属性:AUTHENTICATING<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1317|访问级别有变化|类名:SuppState;<br>方法or属性:ASSOCIATING<br>旧版本信息:|类名:SuppState;<br>方法or属性:ASSOCIATING<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1318|访问级别有变化|类名:SuppState;<br>方法or属性:ASSOCIATED<br>旧版本信息:|类名:SuppState;<br>方法or属性:ASSOCIATED<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1319|访问级别有变化|类名:SuppState;<br>方法or属性:FOUR_WAY_HANDSHAKE<br>旧版本信息:|类名:SuppState;<br>方法or属性:FOUR_WAY_HANDSHAKE<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1320|访问级别有变化|类名:SuppState;<br>方法or属性:GROUP_HANDSHAKE<br>旧版本信息:|类名:SuppState;<br>方法or属性:GROUP_HANDSHAKE<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1321|访问级别有变化|类名:SuppState;<br>方法or属性:COMPLETED<br>旧版本信息:|类名:SuppState;<br>方法or属性:COMPLETED<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1322|访问级别有变化|类名:SuppState;<br>方法or属性:UNINITIALIZED<br>旧版本信息:|类名:SuppState;<br>方法or属性:UNINITIALIZED<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1323|访问级别有变化|类名:SuppState;<br>方法or属性:INVALID<br>旧版本信息:|类名:SuppState;<br>方法or属性:INVALID<br>新版本信息:systemapi|@ohos.wifi.d.ts| 1324|访问级别有变化|类名:wifiManager;<br>方法or属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1325|访问级别有变化|类名:wifiManager;<br>方法or属性:function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1326|访问级别有变化|类名:EapMethod;<br>方法or属性:enum EapMethod<br>旧版本信息:systemapi|类名:EapMethod;<br>方法or属性:enum EapMethod<br>新版本信息:|@ohos.wifiManager.d.ts| 1327|访问级别有变化|类名:Phase2Method;<br>方法or属性:enum Phase2Method<br>旧版本信息:systemapi|类名:Phase2Method;<br>方法or属性:enum Phase2Method<br>新版本信息:|@ohos.wifiManager.d.ts| 1328|访问级别有变化|类名:WifiEapConfig;<br>方法or属性:interface WifiEapConfig<br>旧版本信息:systemapi|类名:WifiEapConfig;<br>方法or属性:interface WifiEapConfig<br>新版本信息:|@ohos.wifiManager.d.ts| 1329|访问级别有变化|类名:WifiDeviceConfig;<br>方法or属性:creatorUid?: number;<br>旧版本信息:|类名:WifiDeviceConfig;<br>方法or属性:creatorUid?: number;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1330|访问级别有变化|类名:WifiDeviceConfig;<br>方法or属性:disableReason?: number;<br>旧版本信息:|类名:WifiDeviceConfig;<br>方法or属性:disableReason?: number;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1331|访问级别有变化|类名:WifiDeviceConfig;<br>方法or属性:netId?: number;<br>旧版本信息:|类名:WifiDeviceConfig;<br>方法or属性:netId?: number;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1332|访问级别有变化|类名:WifiDeviceConfig;<br>方法or属性:randomMacType?: number;<br>旧版本信息:|类名:WifiDeviceConfig;<br>方法or属性:randomMacType?: number;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1333|访问级别有变化|类名:WifiDeviceConfig;<br>方法or属性:randomMacAddr?: string;<br>旧版本信息:|类名:WifiDeviceConfig;<br>方法or属性:randomMacAddr?: string;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1334|访问级别有变化|类名:WifiDeviceConfig;<br>方法or属性:ipType?: IpType;<br>旧版本信息:|类名:WifiDeviceConfig;<br>方法or属性:ipType?: IpType;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1335|访问级别有变化|类名:WifiDeviceConfig;<br>方法or属性:staticIp?: IpConfig;<br>旧版本信息:|类名:WifiDeviceConfig;<br>方法or属性:staticIp?: IpConfig;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1336|访问级别有变化|类名:WifiDeviceConfig;<br>方法or属性:eapConfig?: WifiEapConfig;<br>旧版本信息:systemapi|类名:WifiDeviceConfig;<br>方法or属性:eapConfig?: WifiEapConfig;<br>新版本信息:|@ohos.wifiManager.d.ts| 1337|访问级别有变化|类名:IpConfig;<br>方法or属性:ipAddress: number;<br>旧版本信息:|类名:IpConfig;<br>方法or属性:ipAddress: number;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1338|访问级别有变化|类名:IpConfig;<br>方法or属性:gateway: number;<br>旧版本信息:|类名:IpConfig;<br>方法or属性:gateway: number;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1339|访问级别有变化|类名:IpConfig;<br>方法or属性:prefixLength: number;<br>旧版本信息:|类名:IpConfig;<br>方法or属性:prefixLength: number;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1340|访问级别有变化|类名:IpConfig;<br>方法or属性:dnsServers: number[];<br>旧版本信息:|类名:IpConfig;<br>方法or属性:dnsServers: number[];<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1341|访问级别有变化|类名:IpConfig;<br>方法or属性:domains: Array\<string>;<br>旧版本信息:|类名:IpConfig;<br>方法or属性:domains: Array\<string>;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1342|访问级别有变化|类名:WifiLinkedInfo;<br>方法or属性:networkId: number;<br>旧版本信息:|类名:WifiLinkedInfo;<br>方法or属性:networkId: number;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1343|访问级别有变化|类名:WifiLinkedInfo;<br>方法or属性:chload: number;<br>旧版本信息:|类名:WifiLinkedInfo;<br>方法or属性:chload: number;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1344|访问级别有变化|类名:WifiLinkedInfo;<br>方法or属性:snr: number;<br>旧版本信息:|类名:WifiLinkedInfo;<br>方法or属性:snr: number;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1345|访问级别有变化|类名:WifiLinkedInfo;<br>方法or属性:suppState: SuppState;<br>旧版本信息:|类名:WifiLinkedInfo;<br>方法or属性:suppState: SuppState;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1346|访问级别有变化|类名:HotspotConfig;<br>方法or属性:ssid: string;<br>旧版本信息:|类名:HotspotConfig;<br>方法or属性:ssid: string;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1347|访问级别有变化|类名:HotspotConfig;<br>方法or属性:securityType: WifiSecurityType;<br>旧版本信息:|类名:HotspotConfig;<br>方法or属性:securityType: WifiSecurityType;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1348|访问级别有变化|类名:HotspotConfig;<br>方法or属性:band: number;<br>旧版本信息:|类名:HotspotConfig;<br>方法or属性:band: number;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1349|访问级别有变化|类名:HotspotConfig;<br>方法or属性:preSharedKey: string;<br>旧版本信息:|类名:HotspotConfig;<br>方法or属性:preSharedKey: string;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1350|访问级别有变化|类名:HotspotConfig;<br>方法or属性:maxConn: number;<br>旧版本信息:|类名:HotspotConfig;<br>方法or属性:maxConn: number;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1351|访问级别有变化|类名:StationInfo;<br>方法or属性:name: string;<br>旧版本信息:|类名:StationInfo;<br>方法or属性:name: string;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1352|访问级别有变化|类名:StationInfo;<br>方法or属性:macAddress: string;<br>旧版本信息:|类名:StationInfo;<br>方法or属性:macAddress: string;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1353|访问级别有变化|类名:StationInfo;<br>方法or属性:ipAddress: string;<br>旧版本信息:|类名:StationInfo;<br>方法or属性:ipAddress: string;<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1354|访问级别有变化|类名:IpType;<br>方法or属性:STATIC<br>旧版本信息:|类名:IpType;<br>方法or属性:STATIC<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1355|访问级别有变化|类名:IpType;<br>方法or属性:DHCP<br>旧版本信息:|类名:IpType;<br>方法or属性:DHCP<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1356|访问级别有变化|类名:IpType;<br>方法or属性:UNKNOWN<br>旧版本信息:|类名:IpType;<br>方法or属性:UNKNOWN<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1357|访问级别有变化|类名:SuppState;<br>方法or属性:DISCONNECTED<br>旧版本信息:|类名:SuppState;<br>方法or属性:DISCONNECTED<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1358|访问级别有变化|类名:SuppState;<br>方法or属性:INTERFACE_DISABLED<br>旧版本信息:|类名:SuppState;<br>方法or属性:INTERFACE_DISABLED<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1359|访问级别有变化|类名:SuppState;<br>方法or属性:INACTIVE<br>旧版本信息:|类名:SuppState;<br>方法or属性:INACTIVE<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1360|访问级别有变化|类名:SuppState;<br>方法or属性:SCANNING<br>旧版本信息:|类名:SuppState;<br>方法or属性:SCANNING<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1361|访问级别有变化|类名:SuppState;<br>方法or属性:AUTHENTICATING<br>旧版本信息:|类名:SuppState;<br>方法or属性:AUTHENTICATING<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1362|访问级别有变化|类名:SuppState;<br>方法or属性:ASSOCIATING<br>旧版本信息:|类名:SuppState;<br>方法or属性:ASSOCIATING<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1363|访问级别有变化|类名:SuppState;<br>方法or属性:ASSOCIATED<br>旧版本信息:|类名:SuppState;<br>方法or属性:ASSOCIATED<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1364|访问级别有变化|类名:SuppState;<br>方法or属性:FOUR_WAY_HANDSHAKE<br>旧版本信息:|类名:SuppState;<br>方法or属性:FOUR_WAY_HANDSHAKE<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1365|访问级别有变化|类名:SuppState;<br>方法or属性:GROUP_HANDSHAKE<br>旧版本信息:|类名:SuppState;<br>方法or属性:GROUP_HANDSHAKE<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1366|访问级别有变化|类名:SuppState;<br>方法or属性:COMPLETED<br>旧版本信息:|类名:SuppState;<br>方法or属性:COMPLETED<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1367|访问级别有变化|类名:SuppState;<br>方法or属性:UNINITIALIZED<br>旧版本信息:|类名:SuppState;<br>方法or属性:UNINITIALIZED<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1368|访问级别有变化|类名:SuppState;<br>方法or属性:INVALID<br>旧版本信息:|类名:SuppState;<br>方法or属性:INVALID<br>新版本信息:systemapi|@ohos.wifiManager.d.ts| 1369|权限有变化|类名:GattServer;<br>方法or属性:on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteReq>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH,ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteReq>): void;<br>新版本信息:ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts| 1370|权限有变化|类名:GattClientDevice;<br>方法or属性:getDeviceName(): Promise\<string>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getDeviceName(): Promise\<string>;<br>新版本信息:ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts| 1371|权限有变化|类名:GattClientDevice;<br>方法or属性:getServices(): Promise\<Array\<GattService>>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getServices(): Promise\<Array\<GattService>>;<br>新版本信息:ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts| 1372|权限有变化|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>新版本信息:ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts| 1373|权限有变化|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>新版本信息:ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts| 1374|权限有变化|类名:GattClientDevice;<br>方法or属性:getRssiValue(): Promise\<number>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getRssiValue(): Promise\<number>;<br>新版本信息:ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts| 1375|权限有变化|类名:bluetoothManager;<br>方法or属性:function getState(): BluetoothState;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function getState(): BluetoothState;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1376|权限有变化|类名:bluetoothManager;<br>方法or属性:function getBtConnectionState(): ProfileConnectionState;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function getBtConnectionState(): ProfileConnectionState;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1377|权限有变化|类名:bluetoothManager;<br>方法or属性:function pairDevice(deviceId: string): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function pairDevice(deviceId: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1378|权限有变化|类名:bluetoothManager;<br>方法or属性:function cancelPairedDevice(deviceId: string): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function cancelPairedDevice(deviceId: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1379|权限有变化|类名:bluetoothManager;<br>方法or属性:function getRemoteDeviceName(deviceId: string): string;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function getRemoteDeviceName(deviceId: string): string;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1380|权限有变化|类名:bluetoothManager;<br>方法or属性:function getRemoteDeviceClass(deviceId: string): DeviceClass;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function getRemoteDeviceClass(deviceId: string): DeviceClass;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1381|权限有变化|类名:bluetoothManager;<br>方法or属性:function enableBluetooth(): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function enableBluetooth(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1382|权限有变化|类名:bluetoothManager;<br>方法or属性:function disableBluetooth(): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function disableBluetooth(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1383|权限有变化|类名:bluetoothManager;<br>方法or属性:function getLocalName(): string;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function getLocalName(): string;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1384|权限有变化|类名:bluetoothManager;<br>方法or属性:function getPairedDevices(): Array\<string>;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function getPairedDevices(): Array\<string>;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1385|权限有变化|类名:bluetoothManager;<br>方法or属性:function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1386|权限有变化|类名:bluetoothManager;<br>方法or属性:function setDevicePairingConfirmation(device: string, accept: boolean): void;<br>旧版本信息:ohos.permission.MANAGE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function setDevicePairingConfirmation(device: string, accept: boolean): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1387|权限有变化|类名:bluetoothManager;<br>方法or属性:function setLocalName(name: string): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function setLocalName(name: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1388|权限有变化|类名:bluetoothManager;<br>方法or属性:function setBluetoothScanMode(mode: ScanMode, duration: number): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function setBluetoothScanMode(mode: ScanMode, duration: number): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1389|权限有变化|类名:bluetoothManager;<br>方法or属性:function getBluetoothScanMode(): ScanMode;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function getBluetoothScanMode(): ScanMode;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1390|权限有变化|类名:bluetoothManager;<br>方法or属性:function startBluetoothDiscovery(): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|类名:bluetoothManager;<br>方法or属性:function startBluetoothDiscovery(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1391|权限有变化|类名:bluetoothManager;<br>方法or属性:function stopBluetoothDiscovery(): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function stopBluetoothDiscovery(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1392|权限有变化|类名:bluetoothManager;<br>方法or属性:function on(type: 'bluetoothDeviceFind', callback: Callback\<Array\<string>>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function on(type: 'bluetoothDeviceFind', callback: Callback\<Array\<string>>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1393|权限有变化|类名:bluetoothManager;<br>方法or属性:function on(type: 'bondStateChange', callback: Callback\<BondStateParam>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function on(type: 'bondStateChange', callback: Callback\<BondStateParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1394|权限有变化|类名:bluetoothManager;<br>方法or属性:function on(type: 'pinRequired', callback: Callback\<PinRequiredParam>): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function on(type: 'pinRequired', callback: Callback\<PinRequiredParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1395|权限有变化|类名:bluetoothManager;<br>方法or属性:function on(type: 'stateChange', callback: Callback\<BluetoothState>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function on(type: 'stateChange', callback: Callback\<BluetoothState>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1396|权限有变化|类名:bluetoothManager;<br>方法or属性:function off(type: 'bluetoothDeviceFind', callback?: Callback\<Array\<string>>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function off(type: 'bluetoothDeviceFind', callback?: Callback\<Array\<string>>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1397|权限有变化|类名:bluetoothManager;<br>方法or属性:function off(type: 'bondStateChange', callback?: Callback\<BondStateParam>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function off(type: 'bondStateChange', callback?: Callback\<BondStateParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1398|权限有变化|类名:bluetoothManager;<br>方法or属性:function off(type: 'pinRequired', callback?: Callback\<PinRequiredParam>): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function off(type: 'pinRequired', callback?: Callback\<PinRequiredParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1399|权限有变化|类名:bluetoothManager;<br>方法or属性:function off(type: 'stateChange', callback?: Callback\<BluetoothState>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function off(type: 'stateChange', callback?: Callback\<BluetoothState>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1400|权限有变化|类名:bluetoothManager;<br>方法or属性:function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1401|权限有变化|类名:bluetoothManager;<br>方法or属性:function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1402|权限有变化|类名:BaseProfile;<br>方法or属性:getConnectionDevices(): Array\<string>;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:BaseProfile;<br>方法or属性:getConnectionDevices(): Array\<string>;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1403|权限有变化|类名:BaseProfile;<br>方法or属性:getDeviceState(device: string): ProfileConnectionState;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:BaseProfile;<br>方法or属性:getDeviceState(device: string): ProfileConnectionState;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1404|权限有变化|类名:A2dpSourceProfile;<br>方法or属性:connect(device: string): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:A2dpSourceProfile;<br>方法or属性:connect(device: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1405|权限有变化|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:connect(device: string): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:connect(device: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1406|权限有变化|类名:HidHostProfile;<br>方法or属性:connect(device: string): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:HidHostProfile;<br>方法or属性:connect(device: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1407|权限有变化|类名:A2dpSourceProfile;<br>方法or属性:disconnect(device: string): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:A2dpSourceProfile;<br>方法or属性:disconnect(device: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1408|权限有变化|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:disconnect(device: string): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:disconnect(device: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1409|权限有变化|类名:HidHostProfile;<br>方法or属性:disconnect(device: string): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:HidHostProfile;<br>方法or属性:disconnect(device: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1410|权限有变化|类名:PanProfile;<br>方法or属性:disconnect(device: string): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:PanProfile;<br>方法or属性:disconnect(device: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1411|权限有变化|类名:A2dpSourceProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1412|权限有变化|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1413|权限有变化|类名:HidHostProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:HidHostProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1414|权限有变化|类名:PanProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:PanProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1415|权限有变化|类名:A2dpSourceProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1416|权限有变化|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1417|权限有变化|类名:HidHostProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:HidHostProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1418|权限有变化|类名:PanProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:PanProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1419|权限有变化|类名:A2dpSourceProfile;<br>方法or属性:getPlayingState(device: string): PlayingState;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:getPlayingState(device: string): PlayingState;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1420|权限有变化|类名:PanProfile;<br>方法or属性:setTethering(enable: boolean): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:PanProfile;<br>方法or属性:setTethering(enable: boolean): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1421|权限有变化|类名:PanProfile;<br>方法or属性:isTetheringOn(): boolean;<br>旧版本信息:|类名:PanProfile;<br>方法or属性:isTetheringOn(): boolean;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1422|权限有变化|类名:BLE;<br>方法or属性:function getConnectedBLEDevices(): Array\<string>;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:BLE;<br>方法or属性:function getConnectedBLEDevices(): Array\<string>;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1423|权限有变化|类名:BLE;<br>方法or属性:function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|类名:BLE;<br>方法or属性:function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1424|权限有变化|类名:BLE;<br>方法or属性:function stopBLEScan(): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:BLE;<br>方法or属性:function stopBLEScan(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1425|权限有变化|类名:BLE;<br>方法or属性:function on(type: 'BLEDeviceFind', callback: Callback\<Array\<ScanResult>>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:BLE;<br>方法or属性:function on(type: 'BLEDeviceFind', callback: Callback\<Array\<ScanResult>>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1426|权限有变化|类名:BLE;<br>方法or属性:function off(type: 'BLEDeviceFind', callback?: Callback\<Array\<ScanResult>>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:BLE;<br>方法or属性:function off(type: 'BLEDeviceFind', callback?: Callback\<Array\<ScanResult>>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1427|权限有变化|类名:GattServer;<br>方法or属性:startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:GattServer;<br>方法or属性:startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1428|权限有变化|类名:GattServer;<br>方法or属性:stopAdvertising(): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:GattServer;<br>方法or属性:stopAdvertising(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1429|权限有变化|类名:GattServer;<br>方法or属性:addService(service: GattService): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:addService(service: GattService): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1430|权限有变化|类名:GattServer;<br>方法or属性:removeService(serviceUuid: string): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:removeService(serviceUuid: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1431|权限有变化|类名:GattServer;<br>方法or属性:close(): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:close(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1432|权限有变化|类名:GattClientDevice;<br>方法or属性:close(): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:close(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1433|权限有变化|类名:GattServer;<br>方法or属性:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1434|权限有变化|类名:GattServer;<br>方法or属性:sendResponse(serverResponse: ServerResponse): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:sendResponse(serverResponse: ServerResponse): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1435|权限有变化|类名:GattServer;<br>方法or属性:on(type: 'characteristicRead', callback: Callback\<CharacteristicReadRequest>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:on(type: 'characteristicRead', callback: Callback\<CharacteristicReadRequest>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1436|权限有变化|类名:GattServer;<br>方法or属性:on(type: 'characteristicWrite', callback: Callback\<CharacteristicWriteRequest>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:on(type: 'characteristicWrite', callback: Callback\<CharacteristicWriteRequest>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1437|权限有变化|类名:GattServer;<br>方法or属性:on(type: 'descriptorRead', callback: Callback\<DescriptorReadRequest>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:on(type: 'descriptorRead', callback: Callback\<DescriptorReadRequest>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1438|权限有变化|类名:GattServer;<br>方法or属性:on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteRequest>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteRequest>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1439|权限有变化|类名:GattServer;<br>方法or属性:on(type: 'connectStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:on(type: 'connectStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1440|权限有变化|类名:GattServer;<br>方法or属性:off(type: 'characteristicRead', callback?: Callback\<CharacteristicReadRequest>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:off(type: 'characteristicRead', callback?: Callback\<CharacteristicReadRequest>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1441|权限有变化|类名:GattServer;<br>方法or属性:off(type: 'characteristicWrite', callback?: Callback\<CharacteristicWriteRequest>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:off(type: 'characteristicWrite', callback?: Callback\<CharacteristicWriteRequest>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1442|权限有变化|类名:GattServer;<br>方法or属性:off(type: 'descriptorRead', callback?: Callback\<DescriptorReadRequest>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:off(type: 'descriptorRead', callback?: Callback\<DescriptorReadRequest>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1443|权限有变化|类名:GattServer;<br>方法or属性:off(type: 'descriptorWrite', callback?: Callback\<DescriptorWriteRequest>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:off(type: 'descriptorWrite', callback?: Callback\<DescriptorWriteRequest>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1444|权限有变化|类名:GattServer;<br>方法or属性:off(type: 'connectStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:off(type: 'connectStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1445|权限有变化|类名:GattClientDevice;<br>方法or属性:connect(): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:connect(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1446|权限有变化|类名:GattClientDevice;<br>方法or属性:disconnect(): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:disconnect(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1447|权限有变化|类名:GattClientDevice;<br>方法or属性:getDeviceName(callback: AsyncCallback\<string>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:getDeviceName(callback: AsyncCallback\<string>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1448|权限有变化|类名:GattClientDevice;<br>方法or属性:getDeviceName(): Promise\<string>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getDeviceName(): Promise\<string>;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1449|权限有变化|类名:GattClientDevice;<br>方法or属性:getServices(callback: AsyncCallback\<Array\<GattService>>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:getServices(callback: AsyncCallback\<Array\<GattService>>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1450|权限有变化|类名:GattClientDevice;<br>方法or属性:getServices(): Promise\<Array\<GattService>>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getServices(): Promise\<Array\<GattService>>;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1451|权限有变化|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1452|权限有变化|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1453|权限有变化|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1454|权限有变化|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1455|权限有变化|类名:GattClientDevice;<br>方法or属性:writeCharacteristicValue(characteristic: BLECharacteristic): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:writeCharacteristicValue(characteristic: BLECharacteristic): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1456|权限有变化|类名:GattClientDevice;<br>方法or属性:writeDescriptorValue(descriptor: BLEDescriptor): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:writeDescriptorValue(descriptor: BLEDescriptor): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1457|权限有变化|类名:GattClientDevice;<br>方法or属性:getRssiValue(callback: AsyncCallback\<number>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:getRssiValue(callback: AsyncCallback\<number>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1458|权限有变化|类名:GattClientDevice;<br>方法or属性:getRssiValue(): Promise\<number>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getRssiValue(): Promise\<number>;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1459|权限有变化|类名:GattClientDevice;<br>方法or属性:setBLEMtuSize(mtu: number): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:setBLEMtuSize(mtu: number): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1460|权限有变化|类名:GattClientDevice;<br>方法or属性:setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1461|权限有变化|类名:GattClientDevice;<br>方法or属性:on(type: 'BLECharacteristicChange', callback: Callback\<BLECharacteristic>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:on(type: 'BLECharacteristicChange', callback: Callback\<BLECharacteristic>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1462|权限有变化|类名:GattClientDevice;<br>方法or属性:on(type: 'BLEConnectionStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:on(type: 'BLEConnectionStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1463|权限有变化|类名:GattClientDevice;<br>方法or属性:off(type: 'BLECharacteristicChange', callback?: Callback\<BLECharacteristic>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:off(type: 'BLECharacteristicChange', callback?: Callback\<BLECharacteristic>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1464|权限有变化|类名:GattClientDevice;<br>方法or属性:off(type: 'BLEConnectionStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:off(type: 'BLEConnectionStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 1465|权限有变化|类名:connectedTag;<br>方法or属性:function readNdefTag(callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function readNdefTag(callback: AsyncCallback\<string>): void;<br>新版本信息:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| 1466|权限有变化|类名:connectedTag;<br>方法or属性:function read(callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function read(callback: AsyncCallback\<number[]>): void;<br>新版本信息:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| 1467|权限有变化|类名:connectedTag;<br>方法or属性:function writeNdefTag(data: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function writeNdefTag(data: string, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| 1468|权限有变化|类名:connectedTag;<br>方法or属性:function write(data: number[], callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function write(data: number[], callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| 1469|权限有变化|类名:connection;<br>方法or属性:function getDefaultNet(): Promise\<NetHandle>;<br>旧版本信息:|类名:connection;<br>方法or属性:function getDefaultNet(): Promise\<NetHandle>;<br>新版本信息:ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts| 1470|权限有变化|类名:connection;<br>方法or属性:function getAllNets(): Promise\<Array\<NetHandle>>;<br>旧版本信息:|类名:connection;<br>方法or属性:function getAllNets(): Promise\<Array\<NetHandle>>;<br>新版本信息:ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts| 1471|权限有变化|类名:connection;<br>方法or属性:function getConnectionProperties(netHandle: NetHandle): Promise\<ConnectionProperties>;<br>旧版本信息:|类名:connection;<br>方法or属性:function getConnectionProperties(netHandle: NetHandle): Promise\<ConnectionProperties>;<br>新版本信息:ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts| 1472|权限有变化|类名:connection;<br>方法or属性:function getNetCapabilities(netHandle: NetHandle): Promise\<NetCapabilities>;<br>旧版本信息:|类名:connection;<br>方法or属性:function getNetCapabilities(netHandle: NetHandle): Promise\<NetCapabilities>;<br>新版本信息:ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts| 1473|权限有变化|类名:connection;<br>方法or属性:function isDefaultNetMetered(): Promise\<boolean>;<br>旧版本信息:|类名:connection;<br>方法or属性:function isDefaultNetMetered(): Promise\<boolean>;<br>新版本信息:ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts| 1474|权限有变化|类名:connection;<br>方法or属性:function hasDefaultNet(): Promise\<boolean>;<br>旧版本信息:|类名:connection;<br>方法or属性:function hasDefaultNet(): Promise\<boolean>;<br>新版本信息:ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts| 1475|权限有变化|类名:connection;<br>方法or属性:function enableAirplaneMode(): Promise\<void>;<br>旧版本信息:|类名:connection;<br>方法or属性:function enableAirplaneMode(): Promise\<void>;<br>新版本信息:ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts| 1476|权限有变化|类名:connection;<br>方法or属性:function disableAirplaneMode(): Promise\<void>;<br>旧版本信息:|类名:connection;<br>方法or属性:function disableAirplaneMode(): Promise\<void>;<br>新版本信息:ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts| 1477|权限有变化|类名:connection;<br>方法or属性:function reportNetConnected(netHandle: NetHandle): Promise\<void>;<br>旧版本信息:|类名:connection;<br>方法or属性:function reportNetConnected(netHandle: NetHandle): Promise\<void>;<br>新版本信息:ohos.permission.GET_NETWORK_INFO,ohos.permission.INTERNET|@ohos.net.connection.d.ts| 1478|权限有变化|类名:connection;<br>方法or属性:function reportNetDisconnected(netHandle: NetHandle): Promise\<void>;<br>旧版本信息:|类名:connection;<br>方法or属性:function reportNetDisconnected(netHandle: NetHandle): Promise\<void>;<br>新版本信息:ohos.permission.GET_NETWORK_INFO,ohos.permission.INTERNET|@ohos.net.connection.d.ts| 1479|权限有变化|类名:connection;<br>方法or属性:function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>旧版本信息:|类名:connection;<br>方法or属性:function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.connection.d.ts| 1480|权限有变化|类名:NetHandle;<br>方法or属性:getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>旧版本信息:|类名:NetHandle;<br>方法or属性:getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.connection.d.ts| 1481|权限有变化|类名:NetHandle;<br>方法or属性:getAddressByName(host: string): Promise\<NetAddress>;<br>旧版本信息:|类名:NetHandle;<br>方法or属性:getAddressByName(host: string): Promise\<NetAddress>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.connection.d.ts| 1482|权限有变化|类名:ethernet;<br>方法or属性:function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>旧版本信息:|类名:ethernet;<br>方法or属性:function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>新版本信息:ohos.permission.GET_NETWORK_INFO|@ohos.net.ethernet.d.ts| 1483|权限有变化|类名:ethernet;<br>方法or属性:function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>旧版本信息:|类名:ethernet;<br>方法or属性:function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>新版本信息:ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.ethernet.d.ts| 1484|权限有变化|类名:ethernet;<br>方法or属性:function isIfaceActive(iface: string): Promise\<number>;<br>旧版本信息:|类名:ethernet;<br>方法or属性:function isIfaceActive(iface: string): Promise\<number>;<br>新版本信息:ohos.permission.GET_NETWORK_INFO|@ohos.net.ethernet.d.ts| 1485|权限有变化|类名:ethernet;<br>方法or属性:function getAllActiveIfaces(): Promise\<Array\<string>>;<br>旧版本信息:|类名:ethernet;<br>方法or属性:function getAllActiveIfaces(): Promise\<Array\<string>>;<br>新版本信息:ohos.permission.GET_NETWORK_INFO|@ohos.net.ethernet.d.ts| 1486|权限有变化|类名:HttpRequest;<br>方法or属性:request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>旧版本信息:|类名:HttpRequest;<br>方法or属性:request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.http.d.ts| 1487|权限有变化|类名:HttpRequest;<br>方法or属性:request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>旧版本信息:|类名:HttpRequest;<br>方法or属性:request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.http.d.ts| 1488|权限有变化|类名:sharing;<br>方法or属性:function isSharingSupported(): Promise\<boolean>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function isSharingSupported(): Promise\<boolean>;<br>新版本信息:ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts| 1489|权限有变化|类名:sharing;<br>方法or属性:function isSharing(): Promise\<boolean>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function isSharing(): Promise\<boolean>;<br>新版本信息:ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts| 1490|权限有变化|类名:sharing;<br>方法or属性:function startSharing(type: SharingIfaceType): Promise\<void>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function startSharing(type: SharingIfaceType): Promise\<void>;<br>新版本信息:ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts| 1491|权限有变化|类名:sharing;<br>方法or属性:function stopSharing(type: SharingIfaceType): Promise\<void>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function stopSharing(type: SharingIfaceType): Promise\<void>;<br>新版本信息:ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts| 1492|权限有变化|类名:sharing;<br>方法or属性:function getStatsRxBytes(): Promise\<number>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function getStatsRxBytes(): Promise\<number>;<br>新版本信息:ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts| 1493|权限有变化|类名:sharing;<br>方法or属性:function getStatsTxBytes(): Promise\<number>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function getStatsTxBytes(): Promise\<number>;<br>新版本信息:ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts| 1494|权限有变化|类名:sharing;<br>方法or属性:function getStatsTotalBytes(): Promise\<number>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function getStatsTotalBytes(): Promise\<number>;<br>新版本信息:ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts| 1495|权限有变化|类名:sharing;<br>方法or属性:function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>新版本信息:ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts| 1496|权限有变化|类名:sharing;<br>方法or属性:function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>新版本信息:ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts| 1497|权限有变化|类名:sharing;<br>方法or属性:function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>旧版本信息:|类名:sharing;<br>方法or属性:function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>新版本信息:ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts| 1498|权限有变化|类名:UDPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.socket.d.ts| 1499|权限有变化|类名:TCPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.socket.d.ts| 1500|权限有变化|类名:TLSSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.socket.d.ts| 1501|权限有变化|类名:UDPSocket;<br>方法or属性:send(options: UDPSendOptions): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:send(options: UDPSendOptions): Promise\<void>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.socket.d.ts| 1502|权限有变化|类名:UDPSocket;<br>方法or属性:close(): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:close(): Promise\<void>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.socket.d.ts| 1503|权限有变化|类名:TCPSocket;<br>方法or属性:close(): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:close(): Promise\<void>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.socket.d.ts| 1504|权限有变化|类名:UDPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.socket.d.ts| 1505|权限有变化|类名:TCPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.socket.d.ts| 1506|权限有变化|类名:UDPSocket;<br>方法or属性:setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.socket.d.ts| 1507|权限有变化|类名:TCPSocket;<br>方法or属性:connect(options: TCPConnectOptions): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:connect(options: TCPConnectOptions): Promise\<void>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.socket.d.ts| 1508|权限有变化|类名:TCPSocket;<br>方法or属性:send(options: TCPSendOptions): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:send(options: TCPSendOptions): Promise\<void>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.socket.d.ts| 1509|权限有变化|类名:TCPSocket;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.socket.d.ts| 1510|权限有变化|类名:TCPSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.socket.d.ts| 1511|权限有变化|类名:WebSocket;<br>方法or属性:connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.webSocket.d.ts| 1512|权限有变化|类名:WebSocket;<br>方法or属性:connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.webSocket.d.ts| 1513|权限有变化|类名:WebSocket;<br>方法or属性:send(data: string \| ArrayBuffer): Promise\<boolean>;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:send(data: string \| ArrayBuffer): Promise\<boolean>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.webSocket.d.ts| 1514|权限有变化|类名:WebSocket;<br>方法or属性:close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.webSocket.d.ts| 1515|权限有变化|类名:WebSocket;<br>方法or属性:close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>新版本信息:ohos.permission.INTERNET|@ohos.net.webSocket.d.ts| 1516|权限有变化|类名:HceService;<br>方法or属性:transmit(response: number[], callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:HceService;<br>方法or属性:transmit(response: number[], callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_CARD_EMULATION|@ohos.nfc.cardEmulation.d.ts| 1517|权限有变化|类名:TagInfo;<br>方法or属性:uid: number[];<br>旧版本信息:|类名:TagInfo;<br>方法or属性:uid: number[];<br>新版本信息:ohos.permission.NFC_TAG|@ohos.nfc.tag.d.ts| 1518|权限有变化|类名:TagInfo;<br>方法or属性:technology: number[];<br>旧版本信息:|类名:TagInfo;<br>方法or属性:technology: number[];<br>新版本信息:ohos.permission.NFC_TAG|@ohos.nfc.tag.d.ts| 1519|权限有变化|类名:TagInfo;<br>方法or属性:extrasData: PacMap[];<br>旧版本信息:|类名:TagInfo;<br>方法or属性:extrasData: PacMap[];<br>新版本信息:ohos.permission.NFC_TAG|@ohos.nfc.tag.d.ts| 1520|权限有变化|类名:TagInfo;<br>方法or属性:tagRfDiscId: number;<br>旧版本信息:|类名:TagInfo;<br>方法or属性:tagRfDiscId: number;<br>新版本信息:ohos.permission.NFC_TAG|@ohos.nfc.tag.d.ts| 1521|权限有变化|类名:TagInfo;<br>方法or属性:remoteTagService: rpc.RemoteObject;<br>旧版本信息:|类名:TagInfo;<br>方法or属性:remoteTagService: rpc.RemoteObject;<br>新版本信息:ohos.permission.NFC_TAG|@ohos.nfc.tag.d.ts| 1522|权限有变化|类名:TagInfo;<br>方法or属性:supportedProfiles: number[];<br>旧版本信息:|类名:TagInfo;<br>方法or属性:supportedProfiles: number[];<br>新版本信息:ohos.permission.NFC_TAG|@ohos.nfc.tag.d.ts| 1523|权限有变化|类名:wifi;<br>方法or属性:function getScanInfos(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getScanInfos(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_PEERS_MAC,ohos.permission.LOCATION|@ohos.wifi.d.ts| 1524|权限有变化|类名:wifi;<br>方法or属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>新版本信息:ohos.permission.SET_WIFI_INFO,ohos.permission.SET_WIFI_CONFIG|@ohos.wifi.d.ts| 1525|权限有变化|类名:wifi;<br>方法or属性:function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>新版本信息:ohos.permission.SET_WIFI_INFO|@ohos.wifi.d.ts| 1526|权限有变化|类名:wifi;<br>方法or属性:function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>新版本信息:ohos.permission.SET_WIFI_INFO|@ohos.wifi.d.ts| 1527|权限有变化|类名:wifi;<br>方法or属性:function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifi.d.ts| 1528|权限有变化|类名:wifi;<br>方法or属性:function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifi.d.ts| 1529|权限有变化|类名:wifi;<br>方法or属性:function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|@ohos.wifi.d.ts| 1530|权限有变化|类名:wifi;<br>方法or属性:function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|@ohos.wifi.d.ts| 1531|权限有变化|类名:wifiext;<br>方法or属性:function getSupportedPowerModel(callback: AsyncCallback\<Array\<PowerModel>>): void;<br>旧版本信息:|类名:wifiext;<br>方法or属性:function getSupportedPowerModel(callback: AsyncCallback\<Array\<PowerModel>>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiext.d.ts| 1532|权限有变化|类名:wifiext;<br>方法or属性:function getPowerModel(callback: AsyncCallback\<PowerModel>): void;<br>旧版本信息:|类名:wifiext;<br>方法or属性:function getPowerModel(callback: AsyncCallback\<PowerModel>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiext.d.ts| 1533|权限有变化|类名:wifiManager;<br>方法or属性:function scan(): void;<br>旧版本信息:ohos.permission.SET_WIFI_INFO,ohos.permission.LOCATION|类名:wifiManager;<br>方法or属性:function scan(): void;<br>新版本信息:ohos.permission.SET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts| 1534|权限有变化|类名:wifiManager;<br>方法or属性:function getScanResults(): Promise\<Array\<WifiScanInfo>>;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_PEERS_MAC,ohos.permission.LOCATION|类名:wifiManager;<br>方法or属性:function getScanResults(): Promise\<Array\<WifiScanInfo>>;<br>新版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_PEERS_MAC,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts| 1535|权限有变化|类名:wifiManager;<br>方法or属性:function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_PEERS_MAC,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts| 1536|权限有变化|类名:wifiManager;<br>方法or属性:function getScanResultsSync(): Array\<WifiScanInfo>;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_PEERS_MAC,ohos.permission.LOCATION|类名:wifiManager;<br>方法or属性:function getScanResultsSync(): Array\<WifiScanInfo>;<br>新版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_PEERS_MAC,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts| 1537|权限有变化|类名:wifiManager;<br>方法or属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>新版本信息:ohos.permission.SET_WIFI_INFO,ohos.permission.SET_WIFI_CONFIG|@ohos.wifiManager.d.ts| 1538|权限有变化|类名:wifiManager;<br>方法or属性:function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>新版本信息:ohos.permission.SET_WIFI_INFO|@ohos.wifiManager.d.ts| 1539|权限有变化|类名:wifiManager;<br>方法or属性:function removeCandidateConfig(networkId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function removeCandidateConfig(networkId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.SET_WIFI_INFO|@ohos.wifiManager.d.ts| 1540|权限有变化|类名:wifiManager;<br>方法or属性:function getCandidateConfigs(): Array\<WifiDeviceConfig>;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|类名:wifiManager;<br>方法or属性:function getCandidateConfigs(): Array\<WifiDeviceConfig>;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1541|权限有变化|类名:wifiManager;<br>方法or属性:function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1542|权限有变化|类名:wifiManager;<br>方法or属性:function getDeviceConfigs(): Array\<WifiDeviceConfig>;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.GET_WIFI_CONFIG|类名:wifiManager;<br>方法or属性:function getDeviceConfigs(): Array\<WifiDeviceConfig>;<br>新版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_CONFIG|@ohos.wifiManager.d.ts| 1543|权限有变化|类名:wifiManager;<br>方法or属性:function getStations(): Array\<StationInfo>;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.MANAGE_WIFI_HOTSPOT|类名:wifiManager;<br>方法or属性:function getStations(): Array\<StationInfo>;<br>新版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.MANAGE_WIFI_HOTSPOT|@ohos.wifiManager.d.ts| 1544|权限有变化|类名:wifiManager;<br>方法or属性:function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1545|权限有变化|类名:wifiManager;<br>方法or属性:function getCurrentGroup(): Promise\<WifiP2pGroupInfo>;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|类名:wifiManager;<br>方法or属性:function getCurrentGroup(): Promise\<WifiP2pGroupInfo>;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1546|权限有变化|类名:wifiManager;<br>方法or属性:function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1547|权限有变化|类名:wifiManager;<br>方法or属性:function getP2pPeerDevices(): Promise\<WifiP2pDevice[]>;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|类名:wifiManager;<br>方法or属性:function getP2pPeerDevices(): Promise\<WifiP2pDevice[]>;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1548|权限有变化|类名:wifiManager;<br>方法or属性:function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1549|权限有变化|类名:wifiManager;<br>方法or属性:function getP2pLocalDevice(callback: AsyncCallback\<WifiP2pDevice>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getP2pLocalDevice(callback: AsyncCallback\<WifiP2pDevice>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_CONFIG|@ohos.wifiManager.d.ts| 1550|权限有变化|类名:wifiManager;<br>方法or属性:function p2pConnect(config: WifiP2PConfig): void;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|类名:wifiManager;<br>方法or属性:function p2pConnect(config: WifiP2PConfig): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1551|权限有变化|类名:wifiManager;<br>方法or属性:function startDiscoverDevices(): void;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|类名:wifiManager;<br>方法or属性:function startDiscoverDevices(): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1552|权限有变化|类名:wifiManager;<br>方法or属性:function getP2pGroups(): Promise\<Array\<WifiP2pGroupInfo>>;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|类名:wifiManager;<br>方法or属性:function getP2pGroups(): Promise\<Array\<WifiP2pGroupInfo>>;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1553|权限有变化|类名:wifiManager;<br>方法or属性:function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1554|权限有变化|类名:wifiManager;<br>方法or属性:function on(type: 'p2pDeviceChange', callback: Callback\<WifiP2pDevice>): void;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|类名:wifiManager;<br>方法or属性:function on(type: 'p2pDeviceChange', callback: Callback\<WifiP2pDevice>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1555|权限有变化|类名:wifiManager;<br>方法or属性:function on(type: 'p2pPeerDeviceChange', callback: Callback\<WifiP2pDevice[]>): void;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|类名:wifiManager;<br>方法or属性:function on(type: 'p2pPeerDeviceChange', callback: Callback\<WifiP2pDevice[]>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1556|权限有变化|类名:wifiManager;<br>方法or属性:function off(type: 'p2pDeviceChange', callback?: Callback\<WifiP2pDevice>): void;<br>旧版本信息:ohos.permission.LOCATION|类名:wifiManager;<br>方法or属性:function off(type: 'p2pDeviceChange', callback?: Callback\<WifiP2pDevice>): void;<br>新版本信息:|@ohos.wifiManager.d.ts| 1557|权限有变化|类名:wifiManager;<br>方法or属性:function off(type: 'p2pPeerDeviceChange', callback?: Callback\<WifiP2pDevice[]>): void;<br>旧版本信息:ohos.permission.LOCATION|类名:wifiManager;<br>方法or属性:function off(type: 'p2pPeerDeviceChange', callback?: Callback\<WifiP2pDevice[]>): void;<br>新版本信息:|@ohos.wifiManager.d.ts| 1558|权限有变化|类名:wifiManagerExt;<br>方法or属性:function getSupportedPowerMode(callback: AsyncCallback\<Array\<PowerMode>>): void;<br>旧版本信息:|类名:wifiManagerExt;<br>方法or属性:function getSupportedPowerMode(callback: AsyncCallback\<Array\<PowerMode>>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManagerExt.d.ts| 1559|权限有变化|类名:wifiManagerExt;<br>方法or属性:function getPowerMode(callback: AsyncCallback\<PowerMode>): void;<br>旧版本信息:|类名:wifiManagerExt;<br>方法or属性:function getPowerMode(callback: AsyncCallback\<PowerMode>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManagerExt.d.ts| 1560|权限有变化|类名:IsoDepTag;<br>方法or属性:isExtendedApduSupported(callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:IsoDepTag;<br>方法or属性:isExtendedApduSupported(callback: AsyncCallback\<boolean>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1561|权限有变化|类名:NdefTag;<br>方法or属性:readNdef(callback: AsyncCallback\<NdefMessage>): void;<br>旧版本信息:|类名:NdefTag;<br>方法or属性:readNdef(callback: AsyncCallback\<NdefMessage>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1562|权限有变化|类名:NdefTag;<br>方法or属性:writeNdef(msg: NdefMessage, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:NdefTag;<br>方法or属性:writeNdef(msg: NdefMessage, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1563|权限有变化|类名:NdefTag;<br>方法or属性:setReadOnly(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:NdefTag;<br>方法or属性:setReadOnly(callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1564|权限有变化|类名:MifareClassicTag;<br>方法or属性:authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1565|权限有变化|类名:MifareClassicTag;<br>方法or属性:readSingleBlock(blockIndex: number, callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:readSingleBlock(blockIndex: number, callback: AsyncCallback\<number[]>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1566|权限有变化|类名:MifareClassicTag;<br>方法or属性:writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1567|权限有变化|类名:MifareClassicTag;<br>方法or属性:incrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:incrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1568|权限有变化|类名:MifareClassicTag;<br>方法or属性:decrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:decrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1569|权限有变化|类名:MifareClassicTag;<br>方法or属性:transferToBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:transferToBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1570|权限有变化|类名:MifareClassicTag;<br>方法or属性:restoreFromBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:restoreFromBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1571|权限有变化|类名:MifareUltralightTag;<br>方法or属性:readMultiplePages(pageIndex: number, callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:MifareUltralightTag;<br>方法or属性:readMultiplePages(pageIndex: number, callback: AsyncCallback\<number[]>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1572|权限有变化|类名:MifareUltralightTag;<br>方法or属性:writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareUltralightTag;<br>方法or属性:writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1573|权限有变化|类名:NdefFormatableTag;<br>方法or属性:format(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:NdefFormatableTag;<br>方法or属性:format(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1574|权限有变化|类名:NdefFormatableTag;<br>方法or属性:formatReadOnly(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:NdefFormatableTag;<br>方法or属性:formatReadOnly(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1575|权限有变化|类名:TagSession;<br>方法or属性:sendData(data: number[], callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:TagSession;<br>方法or属性:sendData(data: number[], callback: AsyncCallback\<number[]>): void;<br>新版本信息:ohos.permission.NFC_TAG|tagSession.d.ts| 1576|权限有变化|类名:TagSession;<br>方法or属性:transmit(data: number[], callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:TagSession;<br>方法or属性:transmit(data: number[], callback: AsyncCallback\<number[]>): void;<br>新版本信息:ohos.permission.NFC_TAG|tagSession.d.ts| 1577|type有变化|类名:connectedTag;<br>方法or属性:function on(type: 'notify', callback: Callback\<number>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function on(type: 'notify', callback: Callback\<number>): void;<br>新版本信息:|@ohos.connectedTag.d.ts| 1578|type有变化|类名:connectedTag;<br>方法or属性:function off(type: 'notify', callback?: Callback\<number>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function off(type: 'notify', callback?: Callback\<number>): void;<br>新版本信息:|@ohos.connectedTag.d.ts| 1579|type有变化|类名:NetSpecifier;<br>方法or属性:netCapabilities: NetCapabilities;<br>旧版本信息:|类名:NetSpecifier;<br>方法or属性:netCapabilities: NetCapabilities;<br>新版本信息:NetCapabilities|@ohos.net.connection.d.ts| 1580|type有变化|类名:NetSpecifier;<br>方法or属性:bearerPrivateIdentifier?: string;<br>旧版本信息:|类名:NetSpecifier;<br>方法or属性:bearerPrivateIdentifier?: string;<br>新版本信息:?string|@ohos.net.connection.d.ts| 1581|type有变化|类名:NetHandle;<br>方法or属性:netId: number;<br>旧版本信息:|类名:NetHandle;<br>方法or属性:netId: number;<br>新版本信息:number|@ohos.net.connection.d.ts| 1582|type有变化|类名:NetCapabilities;<br>方法or属性:linkUpBandwidthKbps?: number;<br>旧版本信息:|类名:NetCapabilities;<br>方法or属性:linkUpBandwidthKbps?: number;<br>新版本信息:?number|@ohos.net.connection.d.ts| 1583|type有变化|类名:NetCapabilities;<br>方法or属性:linkDownBandwidthKbps?: number;<br>旧版本信息:|类名:NetCapabilities;<br>方法or属性:linkDownBandwidthKbps?: number;<br>新版本信息:?number|@ohos.net.connection.d.ts| 1584|type有变化|类名:NetCapabilities;<br>方法or属性:networkCap?: Array\<NetCap>;<br>旧版本信息:|类名:NetCapabilities;<br>方法or属性:networkCap?: Array\<NetCap>;<br>新版本信息:?Array\<NetCap>|@ohos.net.connection.d.ts| 1585|type有变化|类名:NetCapabilities;<br>方法or属性:bearerTypes: Array\<NetBearType>;<br>旧版本信息:|类名:NetCapabilities;<br>方法or属性:bearerTypes: Array\<NetBearType>;<br>新版本信息:Array\<NetBearType>|@ohos.net.connection.d.ts| 1586|type有变化|类名:ConnectionProperties;<br>方法or属性:interfaceName: string;<br>旧版本信息:|类名:ConnectionProperties;<br>方法or属性:interfaceName: string;<br>新版本信息:string|@ohos.net.connection.d.ts| 1587|type有变化|类名:ConnectionProperties;<br>方法or属性:domains: string;<br>旧版本信息:|类名:ConnectionProperties;<br>方法or属性:domains: string;<br>新版本信息:string|@ohos.net.connection.d.ts| 1588|type有变化|类名:ConnectionProperties;<br>方法or属性:linkAddresses: Array\<LinkAddress>;<br>旧版本信息:|类名:ConnectionProperties;<br>方法or属性:linkAddresses: Array\<LinkAddress>;<br>新版本信息:Array\<LinkAddress>|@ohos.net.connection.d.ts| 1589|type有变化|类名:ConnectionProperties;<br>方法or属性:dnses: Array\<NetAddress>;<br>旧版本信息:|类名:ConnectionProperties;<br>方法or属性:dnses: Array\<NetAddress>;<br>新版本信息:Array\<NetAddress>|@ohos.net.connection.d.ts| 1590|type有变化|类名:ConnectionProperties;<br>方法or属性:routes: Array\<RouteInfo>;<br>旧版本信息:|类名:ConnectionProperties;<br>方法or属性:routes: Array\<RouteInfo>;<br>新版本信息:Array\<RouteInfo>|@ohos.net.connection.d.ts| 1591|type有变化|类名:ConnectionProperties;<br>方法or属性:mtu: number;<br>旧版本信息:|类名:ConnectionProperties;<br>方法or属性:mtu: number;<br>新版本信息:number|@ohos.net.connection.d.ts| 1592|type有变化|类名:RouteInfo;<br>方法or属性:interface: string;<br>旧版本信息:|类名:RouteInfo;<br>方法or属性:interface: string;<br>新版本信息:string|@ohos.net.connection.d.ts| 1593|type有变化|类名:RouteInfo;<br>方法or属性:destination: LinkAddress;<br>旧版本信息:|类名:RouteInfo;<br>方法or属性:destination: LinkAddress;<br>新版本信息:LinkAddress|@ohos.net.connection.d.ts| 1594|type有变化|类名:RouteInfo;<br>方法or属性:gateway: NetAddress;<br>旧版本信息:|类名:RouteInfo;<br>方法or属性:gateway: NetAddress;<br>新版本信息:NetAddress|@ohos.net.connection.d.ts| 1595|type有变化|类名:RouteInfo;<br>方法or属性:hasGateway: boolean;<br>旧版本信息:|类名:RouteInfo;<br>方法or属性:hasGateway: boolean;<br>新版本信息:boolean|@ohos.net.connection.d.ts| 1596|type有变化|类名:RouteInfo;<br>方法or属性:isDefaultRoute: boolean;<br>旧版本信息:|类名:RouteInfo;<br>方法or属性:isDefaultRoute: boolean;<br>新版本信息:boolean|@ohos.net.connection.d.ts| 1597|type有变化|类名:LinkAddress;<br>方法or属性:address: NetAddress;<br>旧版本信息:|类名:LinkAddress;<br>方法or属性:address: NetAddress;<br>新版本信息:NetAddress|@ohos.net.connection.d.ts| 1598|type有变化|类名:LinkAddress;<br>方法or属性:prefixLength: number;<br>旧版本信息:|类名:LinkAddress;<br>方法or属性:prefixLength: number;<br>新版本信息:number|@ohos.net.connection.d.ts| 1599|type有变化|类名:NetAddress;<br>方法or属性:address: string;<br>旧版本信息:|类名:NetAddress;<br>方法or属性:address: string;<br>新版本信息:string|@ohos.net.connection.d.ts| 1600|type有变化|类名:NetAddress;<br>方法or属性:family?: number;<br>旧版本信息:|类名:NetAddress;<br>方法or属性:family?: number;<br>新版本信息:?number|@ohos.net.connection.d.ts| 1601|type有变化|类名:NetAddress;<br>方法or属性:port?: number;<br>旧版本信息:|类名:NetAddress;<br>方法or属性:port?: number;<br>新版本信息:?number|@ohos.net.connection.d.ts| 1602|type有变化|类名:InterfaceConfiguration;<br>方法or属性:mode: IPSetMode;<br>旧版本信息:|类名:InterfaceConfiguration;<br>方法or属性:mode: IPSetMode;<br>新版本信息:IPSetMode|@ohos.net.ethernet.d.ts| 1603|type有变化|类名:InterfaceConfiguration;<br>方法or属性:ipAddr: string;<br>旧版本信息:|类名:InterfaceConfiguration;<br>方法or属性:ipAddr: string;<br>新版本信息:string|@ohos.net.ethernet.d.ts| 1604|type有变化|类名:InterfaceConfiguration;<br>方法or属性:route: string;<br>旧版本信息:|类名:InterfaceConfiguration;<br>方法or属性:route: string;<br>新版本信息:string|@ohos.net.ethernet.d.ts| 1605|type有变化|类名:InterfaceConfiguration;<br>方法or属性:gateway: string;<br>旧版本信息:|类名:InterfaceConfiguration;<br>方法or属性:gateway: string;<br>新版本信息:string|@ohos.net.ethernet.d.ts| 1606|type有变化|类名:InterfaceConfiguration;<br>方法or属性:netMask: string;<br>旧版本信息:|类名:InterfaceConfiguration;<br>方法or属性:netMask: string;<br>新版本信息:string|@ohos.net.ethernet.d.ts| 1607|type有变化|类名:InterfaceConfiguration;<br>方法or属性:dnsServers: string;<br>旧版本信息:|类名:InterfaceConfiguration;<br>方法or属性:dnsServers: string;<br>新版本信息:string|@ohos.net.ethernet.d.ts| 1608|type有变化|类名:HttpRequestOptions;<br>方法or属性:method?: RequestMethod;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:method?: RequestMethod;<br>新版本信息:?RequestMethod|@ohos.net.http.d.ts| 1609|type有变化|类名:HttpRequestOptions;<br>方法or属性:extraData?: string \| Object \| ArrayBuffer;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:extraData?: string \| Object \| ArrayBuffer;<br>新版本信息:?string \| Object \| ArrayBuffer|@ohos.net.http.d.ts| 1610|type有变化|类名:HttpRequestOptions;<br>方法or属性:expectDataType?: HttpDataType;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:expectDataType?: HttpDataType;<br>新版本信息:?HttpDataType|@ohos.net.http.d.ts| 1611|type有变化|类名:HttpRequestOptions;<br>方法or属性:usingCache?: boolean;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:usingCache?: boolean;<br>新版本信息:?boolean|@ohos.net.http.d.ts| 1612|type有变化|类名:HttpRequestOptions;<br>方法or属性:priority?: number;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:priority?: number;<br>新版本信息:?number|@ohos.net.http.d.ts| 1613|type有变化|类名:HttpRequestOptions;<br>方法or属性:header?: Object;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:header?: Object;<br>新版本信息:?Object|@ohos.net.http.d.ts| 1614|type有变化|类名:HttpRequestOptions;<br>方法or属性:readTimeout?: number;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:readTimeout?: number;<br>新版本信息:?number|@ohos.net.http.d.ts| 1615|type有变化|类名:HttpRequestOptions;<br>方法or属性:connectTimeout?: number;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:connectTimeout?: number;<br>新版本信息:?number|@ohos.net.http.d.ts| 1616|type有变化|类名:HttpRequestOptions;<br>方法or属性:usingProtocol?: HttpProtocol;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:usingProtocol?: HttpProtocol;<br>新版本信息:?HttpProtocol|@ohos.net.http.d.ts| 1617|type有变化|类名:HttpResponse;<br>方法or属性:result: string \| Object \| ArrayBuffer;<br>旧版本信息:|类名:HttpResponse;<br>方法or属性:result: string \| Object \| ArrayBuffer;<br>新版本信息:string \| Object \| ArrayBuffer|@ohos.net.http.d.ts| 1618|type有变化|类名:HttpResponse;<br>方法or属性:resultType: HttpDataType;<br>旧版本信息:|类名:HttpResponse;<br>方法or属性:resultType: HttpDataType;<br>新版本信息:HttpDataType|@ohos.net.http.d.ts| 1619|type有变化|类名:HttpResponse;<br>方法or属性:responseCode: ResponseCode \| number;<br>旧版本信息:|类名:HttpResponse;<br>方法or属性:responseCode: ResponseCode \| number;<br>新版本信息:ResponseCode \| number|@ohos.net.http.d.ts| 1620|type有变化|类名:HttpResponse;<br>方法or属性:header: Object;<br>旧版本信息:|类名:HttpResponse;<br>方法or属性:header: Object;<br>新版本信息:Object|@ohos.net.http.d.ts| 1621|type有变化|类名:HttpResponse;<br>方法or属性:cookies: string;<br>旧版本信息:|类名:HttpResponse;<br>方法or属性:cookies: string;<br>新版本信息:string|@ohos.net.http.d.ts| 1622|type有变化|类名:UDPSendOptions;<br>方法or属性:data: string \| ArrayBuffer;<br>旧版本信息:|类名:UDPSendOptions;<br>方法or属性:data: string \| ArrayBuffer;<br>新版本信息:string \| ArrayBuffer|@ohos.net.socket.d.ts| 1623|type有变化|类名:TCPSendOptions;<br>方法or属性:data: string \| ArrayBuffer;<br>旧版本信息:|类名:TCPSendOptions;<br>方法or属性:data: string \| ArrayBuffer;<br>新版本信息:string \| ArrayBuffer|@ohos.net.socket.d.ts| 1624|type有变化|类名:UDPSendOptions;<br>方法or属性:address: NetAddress;<br>旧版本信息:|类名:UDPSendOptions;<br>方法or属性:address: NetAddress;<br>新版本信息:NetAddress|@ohos.net.socket.d.ts| 1625|type有变化|类名:TCPConnectOptions;<br>方法or属性:address: NetAddress;<br>旧版本信息:|类名:TCPConnectOptions;<br>方法or属性:address: NetAddress;<br>新版本信息:NetAddress|@ohos.net.socket.d.ts| 1626|type有变化|类名:TLSConnectOptions;<br>方法or属性:address: NetAddress;<br>旧版本信息:|类名:TLSConnectOptions;<br>方法or属性:address: NetAddress;<br>新版本信息:NetAddress|@ohos.net.socket.d.ts| 1627|type有变化|类名:ExtraOptionsBase;<br>方法or属性:receiveBufferSize?: number;<br>旧版本信息:|类名:ExtraOptionsBase;<br>方法or属性:receiveBufferSize?: number;<br>新版本信息:?number|@ohos.net.socket.d.ts| 1628|type有变化|类名:ExtraOptionsBase;<br>方法or属性:sendBufferSize?: number;<br>旧版本信息:|类名:ExtraOptionsBase;<br>方法or属性:sendBufferSize?: number;<br>新版本信息:?number|@ohos.net.socket.d.ts| 1629|type有变化|类名:ExtraOptionsBase;<br>方法or属性:reuseAddress?: boolean;<br>旧版本信息:|类名:ExtraOptionsBase;<br>方法or属性:reuseAddress?: boolean;<br>新版本信息:?boolean|@ohos.net.socket.d.ts| 1630|type有变化|类名:ExtraOptionsBase;<br>方法or属性:socketTimeout?: number;<br>旧版本信息:|类名:ExtraOptionsBase;<br>方法or属性:socketTimeout?: number;<br>新版本信息:?number|@ohos.net.socket.d.ts| 1631|type有变化|类名:UDPExtraOptions;<br>方法or属性:broadcast?: boolean;<br>旧版本信息:|类名:UDPExtraOptions;<br>方法or属性:broadcast?: boolean;<br>新版本信息:?boolean|@ohos.net.socket.d.ts| 1632|type有变化|类名:SocketStateBase;<br>方法or属性:isBound: boolean;<br>旧版本信息:|类名:SocketStateBase;<br>方法or属性:isBound: boolean;<br>新版本信息:boolean|@ohos.net.socket.d.ts| 1633|type有变化|类名:SocketStateBase;<br>方法or属性:isClose: boolean;<br>旧版本信息:|类名:SocketStateBase;<br>方法or属性:isClose: boolean;<br>新版本信息:boolean|@ohos.net.socket.d.ts| 1634|type有变化|类名:SocketStateBase;<br>方法or属性:isConnected: boolean;<br>旧版本信息:|类名:SocketStateBase;<br>方法or属性:isConnected: boolean;<br>新版本信息:boolean|@ohos.net.socket.d.ts| 1635|type有变化|类名:SocketRemoteInfo;<br>方法or属性:address: string;<br>旧版本信息:|类名:SocketRemoteInfo;<br>方法or属性:address: string;<br>新版本信息:string|@ohos.net.socket.d.ts| 1636|type有变化|类名:SocketRemoteInfo;<br>方法or属性:family: 'IPv4' \| 'IPv6';<br>旧版本信息:|类名:SocketRemoteInfo;<br>方法or属性:family: 'IPv4' \| 'IPv6';<br>新版本信息:'IPv4' \| 'IPv6'|@ohos.net.socket.d.ts| 1637|type有变化|类名:SocketRemoteInfo;<br>方法or属性:port: number;<br>旧版本信息:|类名:SocketRemoteInfo;<br>方法or属性:port: number;<br>新版本信息:number|@ohos.net.socket.d.ts| 1638|type有变化|类名:SocketRemoteInfo;<br>方法or属性:size: number;<br>旧版本信息:|类名:SocketRemoteInfo;<br>方法or属性:size: number;<br>新版本信息:number|@ohos.net.socket.d.ts| 1639|type有变化|类名:TCPConnectOptions;<br>方法or属性:timeout?: number;<br>旧版本信息:|类名:TCPConnectOptions;<br>方法or属性:timeout?: number;<br>新版本信息:?number|@ohos.net.socket.d.ts| 1640|type有变化|类名:TCPSendOptions;<br>方法or属性:encoding?: string;<br>旧版本信息:|类名:TCPSendOptions;<br>方法or属性:encoding?: string;<br>新版本信息:?string|@ohos.net.socket.d.ts| 1641|type有变化|类名:TCPExtraOptions;<br>方法or属性:keepAlive?: boolean;<br>旧版本信息:|类名:TCPExtraOptions;<br>方法or属性:keepAlive?: boolean;<br>新版本信息:?boolean|@ohos.net.socket.d.ts| 1642|type有变化|类名:TCPExtraOptions;<br>方法or属性:OOBInline?: boolean;<br>旧版本信息:|类名:TCPExtraOptions;<br>方法or属性:OOBInline?: boolean;<br>新版本信息:?boolean|@ohos.net.socket.d.ts| 1643|type有变化|类名:TCPExtraOptions;<br>方法or属性:TCPNoDelay?: boolean;<br>旧版本信息:|类名:TCPExtraOptions;<br>方法or属性:TCPNoDelay?: boolean;<br>新版本信息:?boolean|@ohos.net.socket.d.ts| 1644|type有变化|类名:TCPExtraOptions;<br>方法or属性:socketLinger?: { on: boolean, linger: number };<br>旧版本信息:|类名:TCPExtraOptions;<br>方法or属性:socketLinger?: { on: boolean, linger: number };<br>新版本信息:?object|@ohos.net.socket.d.ts| 1645|type有变化|类名:TLSSecureOptions;<br>方法or属性:ca: string \| Array\<string>;<br>旧版本信息:|类名:TLSSecureOptions;<br>方法or属性:ca: string \| Array\<string>;<br>新版本信息:string \| Array\<string>|@ohos.net.socket.d.ts| 1646|type有变化|类名:TLSSecureOptions;<br>方法or属性:cert?: string;<br>旧版本信息:|类名:TLSSecureOptions;<br>方法or属性:cert?: string;<br>新版本信息:?string|@ohos.net.socket.d.ts| 1647|type有变化|类名:TLSSecureOptions;<br>方法or属性:key?: string;<br>旧版本信息:|类名:TLSSecureOptions;<br>方法or属性:key?: string;<br>新版本信息:?string|@ohos.net.socket.d.ts| 1648|type有变化|类名:TLSSecureOptions;<br>方法or属性:password?: string;<br>旧版本信息:|类名:TLSSecureOptions;<br>方法or属性:password?: string;<br>新版本信息:?string|@ohos.net.socket.d.ts| 1649|type有变化|类名:TLSSecureOptions;<br>方法or属性:protocols?: Protocol \| Array\<Protocol>;<br>旧版本信息:|类名:TLSSecureOptions;<br>方法or属性:protocols?: Protocol \| Array\<Protocol>;<br>新版本信息:?Protocol \| Array\<Protocol>|@ohos.net.socket.d.ts| 1650|type有变化|类名:TLSSecureOptions;<br>方法or属性:useRemoteCipherPrefer?: boolean;<br>旧版本信息:|类名:TLSSecureOptions;<br>方法or属性:useRemoteCipherPrefer?: boolean;<br>新版本信息:?boolean|@ohos.net.socket.d.ts| 1651|type有变化|类名:TLSSecureOptions;<br>方法or属性:signatureAlgorithms?: string;<br>旧版本信息:|类名:TLSSecureOptions;<br>方法or属性:signatureAlgorithms?: string;<br>新版本信息:?string|@ohos.net.socket.d.ts| 1652|type有变化|类名:TLSSecureOptions;<br>方法or属性:cipherSuite?: string;<br>旧版本信息:|类名:TLSSecureOptions;<br>方法or属性:cipherSuite?: string;<br>新版本信息:?string|@ohos.net.socket.d.ts| 1653|type有变化|类名:TLSConnectOptions;<br>方法or属性:secureOptions: TLSSecureOptions;<br>旧版本信息:|类名:TLSConnectOptions;<br>方法or属性:secureOptions: TLSSecureOptions;<br>新版本信息:TLSSecureOptions|@ohos.net.socket.d.ts| 1654|type有变化|类名:TLSConnectOptions;<br>方法or属性:ALPNProtocols?: Array\<string>;<br>旧版本信息:|类名:TLSConnectOptions;<br>方法or属性:ALPNProtocols?: Array\<string>;<br>新版本信息:?Array\<string>|@ohos.net.socket.d.ts| 1655|type有变化|类名:WebSocketRequestOptions;<br>方法or属性:header?: Object;<br>旧版本信息:|类名:WebSocketRequestOptions;<br>方法or属性:header?: Object;<br>新版本信息:?Object|@ohos.net.webSocket.d.ts| 1656|type有变化|类名:WebSocketCloseOptions;<br>方法or属性:code?: number;<br>旧版本信息:|类名:WebSocketCloseOptions;<br>方法or属性:code?: number;<br>新版本信息:?number|@ohos.net.webSocket.d.ts| 1657|type有变化|类名:WebSocketCloseOptions;<br>方法or属性:reason?: string;<br>旧版本信息:|类名:WebSocketCloseOptions;<br>方法or属性:reason?: string;<br>新版本信息:?string|@ohos.net.webSocket.d.ts| 1658|type有变化|类名:WifiEapConfig;<br>方法or属性:eapSubId: number;<br>旧版本信息:|类名:WifiEapConfig;<br>方法or属性:eapSubId: number;<br>新版本信息:number|@ohos.wifiManager.d.ts| 1659|type有变化|类名:WifiDeviceConfig;<br>方法or属性:eapConfig?: WifiEapConfig;<br>旧版本信息:|类名:WifiDeviceConfig;<br>方法or属性:eapConfig?: WifiEapConfig;<br>新版本信息:?WifiEapConfig|@ohos.wifiManager.d.ts| 1660|type有变化|类名:NetworkResponse;<br>方法or属性:type: string;<br>旧版本信息:|类名:NetworkResponse;<br>方法or属性:type: string;<br>新版本信息:string|@system.network.d.ts| 1661|type有变化|类名:NetworkResponse;<br>方法or属性:metered: boolean;<br>旧版本信息:|类名:NetworkResponse;<br>方法or属性:metered: boolean;<br>新版本信息:boolean|@system.network.d.ts| 1662|函数有变化|类名:WebSocket;<br>方法or属性:on(type: 'close', callback: AsyncCallback\<{ code: number, reason: string }>): void;|类名:WebSocket;<br>方法or属性:on(type: 'close', callback: AsyncCallback\<CloseResult>): void;|@ohos.net.webSocket.d.ts| 1663|函数有变化|类名:WebSocket;<br>方法or属性:off(type: 'close', callback?: AsyncCallback\<{ code: number, reason: string }>): void;|类名:WebSocket;<br>方法or属性:off(type: 'close', callback?: AsyncCallback\<CloseResult>): void;|@ohos.net.webSocket.d.ts| 1664|跨平台能力有变化|类名:connection;<br>方法or属性:declare connection<br>旧版本信息:|类名:connection;<br>方法or属性:declare connection<br>新版本信息:crossplatform|@ohos.net.connection.d.ts| 1665|跨平台能力有变化|类名:connection;<br>方法or属性:function createNetConnection(netSpecifier?: NetSpecifier, timeout?: number): NetConnection;<br>旧版本信息:|类名:connection;<br>方法or属性:function createNetConnection(netSpecifier?: NetSpecifier, timeout?: number): NetConnection;<br>新版本信息:crossplatform|@ohos.net.connection.d.ts| 1666|跨平台能力有变化|类名:connection;<br>方法or属性:function hasDefaultNet(callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:connection;<br>方法or属性:function hasDefaultNet(callback: AsyncCallback\<boolean>): void;<br>新版本信息:crossplatform|@ohos.net.connection.d.ts| 1667|跨平台能力有变化|类名:connection;<br>方法or属性:function hasDefaultNet(): Promise\<boolean>;<br>旧版本信息:|类名:connection;<br>方法or属性:function hasDefaultNet(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.net.connection.d.ts| 1668|跨平台能力有变化|类名:NetConnection;<br>方法or属性:export interface NetConnection<br>旧版本信息:|类名:NetConnection;<br>方法or属性:export interface NetConnection<br>新版本信息:crossplatform|@ohos.net.connection.d.ts| 1669|跨平台能力有变化|类名:NetConnection;<br>方法or属性:on(type: 'netAvailable', callback: Callback\<NetHandle>): void;<br>旧版本信息:|类名:NetConnection;<br>方法or属性:on(type: 'netAvailable', callback: Callback\<NetHandle>): void;<br>新版本信息:crossplatform|@ohos.net.connection.d.ts| 1670|跨平台能力有变化|类名:NetConnection;<br>方法or属性:on(type: 'netLost', callback: Callback\<NetHandle>): void;<br>旧版本信息:|类名:NetConnection;<br>方法or属性:on(type: 'netLost', callback: Callback\<NetHandle>): void;<br>新版本信息:crossplatform|@ohos.net.connection.d.ts| 1671|跨平台能力有变化|类名:NetConnection;<br>方法or属性:on(type: 'netUnavailable', callback: Callback\<void>): void;<br>旧版本信息:|类名:NetConnection;<br>方法or属性:on(type: 'netUnavailable', callback: Callback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.connection.d.ts| 1672|跨平台能力有变化|类名:NetConnection;<br>方法or属性:register(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:NetConnection;<br>方法or属性:register(callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.connection.d.ts| 1673|跨平台能力有变化|类名:NetConnection;<br>方法or属性:unregister(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:NetConnection;<br>方法or属性:unregister(callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.connection.d.ts| 1674|跨平台能力有变化|类名:NetHandle;<br>方法or属性:export interface NetHandle<br>旧版本信息:|类名:NetHandle;<br>方法or属性:export interface NetHandle<br>新版本信息:crossplatform|@ohos.net.connection.d.ts| 1675|跨平台能力有变化|类名:NetHandle;<br>方法or属性:netId: number;<br>旧版本信息:|类名:NetHandle;<br>方法or属性:netId: number;<br>新版本信息:crossplatform|@ohos.net.connection.d.ts| 1676|跨平台能力有变化|类名:NetCapabilities;<br>方法or属性:export interface NetCapabilities<br>旧版本信息:|类名:NetCapabilities;<br>方法or属性:export interface NetCapabilities<br>新版本信息:crossplatform|@ohos.net.connection.d.ts| 1677|跨平台能力有变化|类名:NetCapabilities;<br>方法or属性:bearerTypes: Array\<NetBearType>;<br>旧版本信息:|类名:NetCapabilities;<br>方法or属性:bearerTypes: Array\<NetBearType>;<br>新版本信息:crossplatform|@ohos.net.connection.d.ts| 1678|跨平台能力有变化|类名:NetBearType;<br>方法or属性:export enum NetBearType<br>旧版本信息:|类名:NetBearType;<br>方法or属性:export enum NetBearType<br>新版本信息:crossplatform|@ohos.net.connection.d.ts| 1679|跨平台能力有变化|类名:NetBearType;<br>方法or属性:BEARER_CELLULAR = 0<br>旧版本信息:|类名:NetBearType;<br>方法or属性:BEARER_CELLULAR = 0<br>新版本信息:crossplatform|@ohos.net.connection.d.ts| 1680|跨平台能力有变化|类名:NetBearType;<br>方法or属性:BEARER_WIFI = 1<br>旧版本信息:|类名:NetBearType;<br>方法or属性:BEARER_WIFI = 1<br>新版本信息:crossplatform|@ohos.net.connection.d.ts| 1681|跨平台能力有变化|类名:http;<br>方法or属性:declare http<br>旧版本信息:|类名:http;<br>方法or属性:declare http<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1682|跨平台能力有变化|类名:http;<br>方法or属性:function createHttp(): HttpRequest;<br>旧版本信息:|类名:http;<br>方法or属性:function createHttp(): HttpRequest;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1683|跨平台能力有变化|类名:http;<br>方法or属性:function createHttpResponseCache(cacheSize?: number): HttpResponseCache;<br>旧版本信息:|类名:http;<br>方法or属性:function createHttpResponseCache(cacheSize?: number): HttpResponseCache;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1684|跨平台能力有变化|类名:HttpRequestOptions;<br>方法or属性:export interface HttpRequestOptions<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:export interface HttpRequestOptions<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1685|跨平台能力有变化|类名:HttpRequestOptions;<br>方法or属性:method?: RequestMethod;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:method?: RequestMethod;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1686|跨平台能力有变化|类名:HttpRequestOptions;<br>方法or属性:extraData?: string \| Object \| ArrayBuffer;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:extraData?: string \| Object \| ArrayBuffer;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1687|跨平台能力有变化|类名:HttpRequestOptions;<br>方法or属性:expectDataType?: HttpDataType;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:expectDataType?: HttpDataType;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1688|跨平台能力有变化|类名:HttpRequestOptions;<br>方法or属性:usingCache?: boolean;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:usingCache?: boolean;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1689|跨平台能力有变化|类名:HttpRequestOptions;<br>方法or属性:priority?: number;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:priority?: number;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1690|跨平台能力有变化|类名:HttpRequestOptions;<br>方法or属性:header?: Object;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:header?: Object;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1691|跨平台能力有变化|类名:HttpRequestOptions;<br>方法or属性:readTimeout?: number;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:readTimeout?: number;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1692|跨平台能力有变化|类名:HttpRequestOptions;<br>方法or属性:connectTimeout?: number;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:connectTimeout?: number;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1693|跨平台能力有变化|类名:HttpRequestOptions;<br>方法or属性:usingProtocol?: HttpProtocol;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:usingProtocol?: HttpProtocol;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1694|跨平台能力有变化|类名:HttpRequest;<br>方法or属性:export interface HttpRequest<br>旧版本信息:|类名:HttpRequest;<br>方法or属性:export interface HttpRequest<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1695|跨平台能力有变化|类名:HttpRequest;<br>方法or属性:request(url: string, callback: AsyncCallback\<HttpResponse>): void;<br>旧版本信息:|类名:HttpRequest;<br>方法or属性:request(url: string, callback: AsyncCallback\<HttpResponse>): void;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1696|跨平台能力有变化|类名:HttpRequest;<br>方法or属性:request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>旧版本信息:|类名:HttpRequest;<br>方法or属性:request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1697|跨平台能力有变化|类名:HttpRequest;<br>方法or属性:request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>旧版本信息:|类名:HttpRequest;<br>方法or属性:request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1698|跨平台能力有变化|类名:HttpRequest;<br>方法or属性:destroy(): void;<br>旧版本信息:|类名:HttpRequest;<br>方法or属性:destroy(): void;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1699|跨平台能力有变化|类名:HttpRequest;<br>方法or属性:on(type: "headersReceive", callback: Callback\<Object>): void;<br>旧版本信息:|类名:HttpRequest;<br>方法or属性:on(type: "headersReceive", callback: Callback\<Object>): void;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1700|跨平台能力有变化|类名:HttpRequest;<br>方法or属性:off(type: "headersReceive", callback?: Callback\<Object>): void;<br>旧版本信息:|类名:HttpRequest;<br>方法or属性:off(type: "headersReceive", callback?: Callback\<Object>): void;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1701|跨平台能力有变化|类名:HttpRequest;<br>方法or属性:once(type: "headersReceive", callback: Callback\<Object>): void;<br>旧版本信息:|类名:HttpRequest;<br>方法or属性:once(type: "headersReceive", callback: Callback\<Object>): void;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1702|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:export enum RequestMethod<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:export enum RequestMethod<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1703|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:OPTIONS = "OPTIONS"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:OPTIONS = "OPTIONS"<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1704|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:GET = "GET"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:GET = "GET"<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1705|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:HEAD = "HEAD"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:HEAD = "HEAD"<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1706|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:POST = "POST"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:POST = "POST"<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1707|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:PUT = "PUT"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:PUT = "PUT"<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1708|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:DELETE = "DELETE"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:DELETE = "DELETE"<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1709|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:TRACE = "TRACE"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:TRACE = "TRACE"<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1710|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:CONNECT = "CONNECT"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:CONNECT = "CONNECT"<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1711|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:export enum ResponseCode<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:export enum ResponseCode<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1712|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:OK = 200<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:OK = 200<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1713|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:CREATED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:CREATED<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1714|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:ACCEPTED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:ACCEPTED<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1715|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:NOT_AUTHORITATIVE<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:NOT_AUTHORITATIVE<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1716|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:NO_CONTENT<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:NO_CONTENT<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1717|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:RESET<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:RESET<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1718|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:PARTIAL<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:PARTIAL<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1719|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:MULT_CHOICE = 300<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:MULT_CHOICE = 300<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1720|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:MOVED_PERM<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:MOVED_PERM<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1721|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:MOVED_TEMP<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:MOVED_TEMP<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1722|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:SEE_OTHER<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:SEE_OTHER<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1723|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:NOT_MODIFIED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:NOT_MODIFIED<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1724|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:USE_PROXY<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:USE_PROXY<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1725|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:BAD_REQUEST = 400<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:BAD_REQUEST = 400<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1726|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:UNAUTHORIZED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:UNAUTHORIZED<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1727|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:PAYMENT_REQUIRED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:PAYMENT_REQUIRED<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1728|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:FORBIDDEN<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:FORBIDDEN<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1729|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:NOT_FOUND<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:NOT_FOUND<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1730|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:BAD_METHOD<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:BAD_METHOD<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1731|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:NOT_ACCEPTABLE<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:NOT_ACCEPTABLE<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1732|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:PROXY_AUTH<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:PROXY_AUTH<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1733|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:CLIENT_TIMEOUT<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:CLIENT_TIMEOUT<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1734|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:CONFLICT<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:CONFLICT<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1735|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:GONE<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:GONE<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1736|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:LENGTH_REQUIRED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:LENGTH_REQUIRED<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1737|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:PRECON_FAILED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:PRECON_FAILED<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1738|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:ENTITY_TOO_LARGE<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:ENTITY_TOO_LARGE<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1739|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:REQ_TOO_LONG<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:REQ_TOO_LONG<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1740|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:UNSUPPORTED_TYPE<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:UNSUPPORTED_TYPE<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1741|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:INTERNAL_ERROR = 500<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:INTERNAL_ERROR = 500<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1742|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:NOT_IMPLEMENTED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:NOT_IMPLEMENTED<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1743|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:BAD_GATEWAY<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:BAD_GATEWAY<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1744|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:UNAVAILABLE<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:UNAVAILABLE<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1745|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:GATEWAY_TIMEOUT<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:GATEWAY_TIMEOUT<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1746|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:VERSION<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:VERSION<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1747|跨平台能力有变化|类名:HttpProtocol;<br>方法or属性:export enum HttpProtocol<br>旧版本信息:|类名:HttpProtocol;<br>方法or属性:export enum HttpProtocol<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1748|跨平台能力有变化|类名:HttpProtocol;<br>方法or属性:HTTP1_1<br>旧版本信息:|类名:HttpProtocol;<br>方法or属性:HTTP1_1<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1749|跨平台能力有变化|类名:HttpProtocol;<br>方法or属性:HTTP2<br>旧版本信息:|类名:HttpProtocol;<br>方法or属性:HTTP2<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1750|跨平台能力有变化|类名:HttpDataType;<br>方法or属性:export enum HttpDataType<br>旧版本信息:|类名:HttpDataType;<br>方法or属性:export enum HttpDataType<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1751|跨平台能力有变化|类名:HttpDataType;<br>方法or属性:STRING<br>旧版本信息:|类名:HttpDataType;<br>方法or属性:STRING<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1752|跨平台能力有变化|类名:HttpDataType;<br>方法or属性:OBJECT = 1<br>旧版本信息:|类名:HttpDataType;<br>方法or属性:OBJECT = 1<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1753|跨平台能力有变化|类名:HttpDataType;<br>方法or属性:ARRAY_BUFFER = 2<br>旧版本信息:|类名:HttpDataType;<br>方法or属性:ARRAY_BUFFER = 2<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1754|跨平台能力有变化|类名:HttpResponse;<br>方法or属性:export interface HttpResponse<br>旧版本信息:|类名:HttpResponse;<br>方法or属性:export interface HttpResponse<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1755|跨平台能力有变化|类名:HttpResponse;<br>方法or属性:result: string \| Object \| ArrayBuffer;<br>旧版本信息:|类名:HttpResponse;<br>方法or属性:result: string \| Object \| ArrayBuffer;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1756|跨平台能力有变化|类名:HttpResponse;<br>方法or属性:resultType: HttpDataType;<br>旧版本信息:|类名:HttpResponse;<br>方法or属性:resultType: HttpDataType;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1757|跨平台能力有变化|类名:HttpResponse;<br>方法or属性:responseCode: ResponseCode \| number;<br>旧版本信息:|类名:HttpResponse;<br>方法or属性:responseCode: ResponseCode \| number;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1758|跨平台能力有变化|类名:HttpResponse;<br>方法or属性:header: Object;<br>旧版本信息:|类名:HttpResponse;<br>方法or属性:header: Object;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1759|跨平台能力有变化|类名:HttpResponse;<br>方法or属性:cookies: string;<br>旧版本信息:|类名:HttpResponse;<br>方法or属性:cookies: string;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1760|跨平台能力有变化|类名:HttpResponseCache;<br>方法or属性:export interface HttpResponseCache<br>旧版本信息:|类名:HttpResponseCache;<br>方法or属性:export interface HttpResponseCache<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1761|跨平台能力有变化|类名:HttpResponseCache;<br>方法or属性:flush(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:HttpResponseCache;<br>方法or属性:flush(callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1762|跨平台能力有变化|类名:HttpResponseCache;<br>方法or属性:flush(): Promise\<void>;<br>旧版本信息:|类名:HttpResponseCache;<br>方法or属性:flush(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1763|跨平台能力有变化|类名:HttpResponseCache;<br>方法or属性:delete(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:HttpResponseCache;<br>方法or属性:delete(callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1764|跨平台能力有变化|类名:HttpResponseCache;<br>方法or属性:delete(): Promise\<void>;<br>旧版本信息:|类名:HttpResponseCache;<br>方法or属性:delete(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.http.d.ts| 1765|跨平台能力有变化|类名:socket;<br>方法or属性:declare socket<br>旧版本信息:|类名:socket;<br>方法or属性:declare socket<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1766|跨平台能力有变化|类名:socket;<br>方法or属性:export type X509CertRawData = cert.EncodingBlob;<br>旧版本信息:|类名:socket;<br>方法or属性:export type X509CertRawData = cert.EncodingBlob;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1767|跨平台能力有变化|类名:socket;<br>方法or属性:function constructUDPSocketInstance(): UDPSocket;<br>旧版本信息:|类名:socket;<br>方法or属性:function constructUDPSocketInstance(): UDPSocket;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1768|跨平台能力有变化|类名:socket;<br>方法or属性:function constructTCPSocketInstance(): TCPSocket;<br>旧版本信息:|类名:socket;<br>方法or属性:function constructTCPSocketInstance(): TCPSocket;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1769|跨平台能力有变化|类名:socket;<br>方法or属性:function constructTLSSocketInstance(): TLSSocket;<br>旧版本信息:|类名:socket;<br>方法or属性:function constructTLSSocketInstance(): TLSSocket;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1770|跨平台能力有变化|类名:UDPSendOptions;<br>方法or属性:export interface UDPSendOptions<br>旧版本信息:|类名:UDPSendOptions;<br>方法or属性:export interface UDPSendOptions<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1771|跨平台能力有变化|类名:UDPSendOptions;<br>方法or属性:data: string \| ArrayBuffer;<br>旧版本信息:|类名:UDPSendOptions;<br>方法or属性:data: string \| ArrayBuffer;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1772|跨平台能力有变化|类名:TCPSendOptions;<br>方法or属性:data: string \| ArrayBuffer;<br>旧版本信息:|类名:TCPSendOptions;<br>方法or属性:data: string \| ArrayBuffer;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1773|跨平台能力有变化|类名:UDPSendOptions;<br>方法or属性:address: NetAddress;<br>旧版本信息:|类名:UDPSendOptions;<br>方法or属性:address: NetAddress;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1774|跨平台能力有变化|类名:TCPConnectOptions;<br>方法or属性:address: NetAddress;<br>旧版本信息:|类名:TCPConnectOptions;<br>方法or属性:address: NetAddress;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1775|跨平台能力有变化|类名:TLSConnectOptions;<br>方法or属性:address: NetAddress;<br>旧版本信息:|类名:TLSConnectOptions;<br>方法or属性:address: NetAddress;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1776|跨平台能力有变化|类名:ExtraOptionsBase;<br>方法or属性:export interface ExtraOptionsBase<br>旧版本信息:|类名:ExtraOptionsBase;<br>方法or属性:export interface ExtraOptionsBase<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1777|跨平台能力有变化|类名:ExtraOptionsBase;<br>方法or属性:receiveBufferSize?: number;<br>旧版本信息:|类名:ExtraOptionsBase;<br>方法or属性:receiveBufferSize?: number;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1778|跨平台能力有变化|类名:ExtraOptionsBase;<br>方法or属性:sendBufferSize?: number;<br>旧版本信息:|类名:ExtraOptionsBase;<br>方法or属性:sendBufferSize?: number;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1779|跨平台能力有变化|类名:ExtraOptionsBase;<br>方法or属性:reuseAddress?: boolean;<br>旧版本信息:|类名:ExtraOptionsBase;<br>方法or属性:reuseAddress?: boolean;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1780|跨平台能力有变化|类名:ExtraOptionsBase;<br>方法or属性:socketTimeout?: number;<br>旧版本信息:|类名:ExtraOptionsBase;<br>方法or属性:socketTimeout?: number;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1781|跨平台能力有变化|类名:UDPExtraOptions;<br>方法or属性:export interface UDPExtraOptions<br>旧版本信息:|类名:UDPExtraOptions;<br>方法or属性:export interface UDPExtraOptions<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1782|跨平台能力有变化|类名:UDPExtraOptions;<br>方法or属性:broadcast?: boolean;<br>旧版本信息:|类名:UDPExtraOptions;<br>方法or属性:broadcast?: boolean;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1783|跨平台能力有变化|类名:SocketStateBase;<br>方法or属性:export interface SocketStateBase<br>旧版本信息:|类名:SocketStateBase;<br>方法or属性:export interface SocketStateBase<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1784|跨平台能力有变化|类名:SocketStateBase;<br>方法or属性:isBound: boolean;<br>旧版本信息:|类名:SocketStateBase;<br>方法or属性:isBound: boolean;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1785|跨平台能力有变化|类名:SocketStateBase;<br>方法or属性:isClose: boolean;<br>旧版本信息:|类名:SocketStateBase;<br>方法or属性:isClose: boolean;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1786|跨平台能力有变化|类名:SocketStateBase;<br>方法or属性:isConnected: boolean;<br>旧版本信息:|类名:SocketStateBase;<br>方法or属性:isConnected: boolean;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1787|跨平台能力有变化|类名:SocketRemoteInfo;<br>方法or属性:export interface SocketRemoteInfo<br>旧版本信息:|类名:SocketRemoteInfo;<br>方法or属性:export interface SocketRemoteInfo<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1788|跨平台能力有变化|类名:SocketRemoteInfo;<br>方法or属性:address: string;<br>旧版本信息:|类名:SocketRemoteInfo;<br>方法or属性:address: string;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1789|跨平台能力有变化|类名:SocketRemoteInfo;<br>方法or属性:family: 'IPv4' \| 'IPv6';<br>旧版本信息:|类名:SocketRemoteInfo;<br>方法or属性:family: 'IPv4' \| 'IPv6';<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1790|跨平台能力有变化|类名:SocketRemoteInfo;<br>方法or属性:port: number;<br>旧版本信息:|类名:SocketRemoteInfo;<br>方法or属性:port: number;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1791|跨平台能力有变化|类名:SocketRemoteInfo;<br>方法or属性:size: number;<br>旧版本信息:|类名:SocketRemoteInfo;<br>方法or属性:size: number;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1792|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:export interface UDPSocket<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:export interface UDPSocket<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1793|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:bind(address: NetAddress, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:bind(address: NetAddress, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1794|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:bind(address: NetAddress, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:bind(address: NetAddress, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1795|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:bind(address: NetAddress, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:bind(address: NetAddress, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1796|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1797|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1798|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1799|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:send(options: UDPSendOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:send(options: UDPSendOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1800|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:send(options: UDPSendOptions): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:send(options: UDPSendOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1801|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:close(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:close(callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1802|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:close(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:close(callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1803|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:close(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:close(callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1804|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:close(): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:close(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1805|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:close(): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:close(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1806|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:close(): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:close(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1807|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:getState(callback: AsyncCallback\<SocketStateBase>): void;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:getState(callback: AsyncCallback\<SocketStateBase>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1808|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:getState(callback: AsyncCallback\<SocketStateBase>): void;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:getState(callback: AsyncCallback\<SocketStateBase>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1809|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getState(callback: AsyncCallback\<SocketStateBase>): void;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getState(callback: AsyncCallback\<SocketStateBase>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1810|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1811|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1812|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1813|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:setExtraOptions(options: UDPExtraOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:setExtraOptions(options: UDPExtraOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1814|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1815|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1816|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1817|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1818|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:on(type: 'listening' \| 'close', callback: Callback\<void>): void;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:on(type: 'listening' \| 'close', callback: Callback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1819|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:on(type: 'error', callback: ErrorCallback): void;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:on(type: 'error', callback: ErrorCallback): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1820|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:on(type: 'error', callback: ErrorCallback): void;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:on(type: 'error', callback: ErrorCallback): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1821|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:on(type: 'error', callback: ErrorCallback): void;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:on(type: 'error', callback: ErrorCallback): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1822|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1823|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1824|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1825|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:off(type: 'listening' \| 'close', callback?: Callback\<void>): void;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:off(type: 'listening' \| 'close', callback?: Callback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1826|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:off(type: 'error', callback?: ErrorCallback): void;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:off(type: 'error', callback?: ErrorCallback): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1827|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:off(type: 'error', callback?: ErrorCallback): void;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:off(type: 'error', callback?: ErrorCallback): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1828|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:off(type: 'error', callback?: ErrorCallback): void;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:off(type: 'error', callback?: ErrorCallback): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1829|跨平台能力有变化|类名:TCPConnectOptions;<br>方法or属性:export interface TCPConnectOptions<br>旧版本信息:|类名:TCPConnectOptions;<br>方法or属性:export interface TCPConnectOptions<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1830|跨平台能力有变化|类名:TCPConnectOptions;<br>方法or属性:timeout?: number;<br>旧版本信息:|类名:TCPConnectOptions;<br>方法or属性:timeout?: number;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1831|跨平台能力有变化|类名:TCPSendOptions;<br>方法or属性:export interface TCPSendOptions<br>旧版本信息:|类名:TCPSendOptions;<br>方法or属性:export interface TCPSendOptions<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1832|跨平台能力有变化|类名:TCPSendOptions;<br>方法or属性:encoding?: string;<br>旧版本信息:|类名:TCPSendOptions;<br>方法or属性:encoding?: string;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1833|跨平台能力有变化|类名:TCPExtraOptions;<br>方法or属性:export interface TCPExtraOptions<br>旧版本信息:|类名:TCPExtraOptions;<br>方法or属性:export interface TCPExtraOptions<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1834|跨平台能力有变化|类名:TCPExtraOptions;<br>方法or属性:keepAlive?: boolean;<br>旧版本信息:|类名:TCPExtraOptions;<br>方法or属性:keepAlive?: boolean;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1835|跨平台能力有变化|类名:TCPExtraOptions;<br>方法or属性:OOBInline?: boolean;<br>旧版本信息:|类名:TCPExtraOptions;<br>方法or属性:OOBInline?: boolean;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1836|跨平台能力有变化|类名:TCPExtraOptions;<br>方法or属性:TCPNoDelay?: boolean;<br>旧版本信息:|类名:TCPExtraOptions;<br>方法or属性:TCPNoDelay?: boolean;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1837|跨平台能力有变化|类名:TCPExtraOptions;<br>方法or属性:socketLinger?: { on: boolean, linger: number };<br>旧版本信息:|类名:TCPExtraOptions;<br>方法or属性:socketLinger?: { on: boolean, linger: number };<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1838|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:export interface TCPSocket<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:export interface TCPSocket<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1839|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:connect(options: TCPConnectOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:connect(options: TCPConnectOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1840|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:connect(options: TCPConnectOptions): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:connect(options: TCPConnectOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1841|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:send(options: TCPSendOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:send(options: TCPSendOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1842|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:send(options: TCPSendOptions): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:send(options: TCPSendOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1843|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1844|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1845|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1846|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1847|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1848|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1849|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1850|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1851|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:on(type: 'connect' \| 'close', callback: Callback\<void>): void;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:on(type: 'connect' \| 'close', callback: Callback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1852|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:on(type: 'connect' \| 'close', callback: Callback\<void>): void;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:on(type: 'connect' \| 'close', callback: Callback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1853|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:off(type: 'connect' \| 'close', callback?: Callback\<void>): void;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:off(type: 'connect' \| 'close', callback?: Callback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1854|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:off(type: 'connect' \| 'close', callback?: Callback\<void>): void;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:off(type: 'connect' \| 'close', callback?: Callback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1855|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:export interface TLSSocket<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:export interface TLSSocket<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1856|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getCertificate(callback: AsyncCallback\<X509CertRawData>): void;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getCertificate(callback: AsyncCallback\<X509CertRawData>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1857|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getCertificate(): Promise\<X509CertRawData>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getCertificate(): Promise\<X509CertRawData>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1858|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getRemoteCertificate(callback: AsyncCallback\<X509CertRawData>): void;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getRemoteCertificate(callback: AsyncCallback\<X509CertRawData>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1859|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getRemoteCertificate(): Promise\<X509CertRawData>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getRemoteCertificate(): Promise\<X509CertRawData>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1860|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getProtocol(callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getProtocol(callback: AsyncCallback\<string>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1861|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getProtocol(): Promise\<string>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getProtocol(): Promise\<string>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1862|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getCipherSuite(callback: AsyncCallback\<Array\<string>>): void;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getCipherSuite(callback: AsyncCallback\<Array\<string>>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1863|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getCipherSuite(): Promise\<Array\<string>>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getCipherSuite(): Promise\<Array\<string>>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1864|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getSignatureAlgorithms(callback: AsyncCallback\<Array\<string>>): void;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getSignatureAlgorithms(callback: AsyncCallback\<Array\<string>>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1865|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getSignatureAlgorithms(): Promise\<Array\<string>>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getSignatureAlgorithms(): Promise\<Array\<string>>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1866|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:connect(options: TLSConnectOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:connect(options: TLSConnectOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1867|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:connect(options: TLSConnectOptions): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:connect(options: TLSConnectOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1868|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:send(data: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:send(data: string, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1869|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:send(data: string): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:send(data: string): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1870|跨平台能力有变化|类名:TLSSecureOptions;<br>方法or属性:export interface TLSSecureOptions<br>旧版本信息:|类名:TLSSecureOptions;<br>方法or属性:export interface TLSSecureOptions<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1871|跨平台能力有变化|类名:TLSSecureOptions;<br>方法or属性:ca: string \| Array\<string>;<br>旧版本信息:|类名:TLSSecureOptions;<br>方法or属性:ca: string \| Array\<string>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1872|跨平台能力有变化|类名:TLSSecureOptions;<br>方法or属性:cert?: string;<br>旧版本信息:|类名:TLSSecureOptions;<br>方法or属性:cert?: string;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1873|跨平台能力有变化|类名:TLSSecureOptions;<br>方法or属性:key?: string;<br>旧版本信息:|类名:TLSSecureOptions;<br>方法or属性:key?: string;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1874|跨平台能力有变化|类名:TLSSecureOptions;<br>方法or属性:password?: string;<br>旧版本信息:|类名:TLSSecureOptions;<br>方法or属性:password?: string;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1875|跨平台能力有变化|类名:TLSSecureOptions;<br>方法or属性:protocols?: Protocol \| Array\<Protocol>;<br>旧版本信息:|类名:TLSSecureOptions;<br>方法or属性:protocols?: Protocol \| Array\<Protocol>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1876|跨平台能力有变化|类名:TLSSecureOptions;<br>方法or属性:useRemoteCipherPrefer?: boolean;<br>旧版本信息:|类名:TLSSecureOptions;<br>方法or属性:useRemoteCipherPrefer?: boolean;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1877|跨平台能力有变化|类名:TLSSecureOptions;<br>方法or属性:signatureAlgorithms?: string;<br>旧版本信息:|类名:TLSSecureOptions;<br>方法or属性:signatureAlgorithms?: string;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1878|跨平台能力有变化|类名:TLSSecureOptions;<br>方法or属性:cipherSuite?: string;<br>旧版本信息:|类名:TLSSecureOptions;<br>方法or属性:cipherSuite?: string;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1879|跨平台能力有变化|类名:TLSConnectOptions;<br>方法or属性:export interface TLSConnectOptions<br>旧版本信息:|类名:TLSConnectOptions;<br>方法or属性:export interface TLSConnectOptions<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1880|跨平台能力有变化|类名:TLSConnectOptions;<br>方法or属性:secureOptions: TLSSecureOptions;<br>旧版本信息:|类名:TLSConnectOptions;<br>方法or属性:secureOptions: TLSSecureOptions;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1881|跨平台能力有变化|类名:TLSConnectOptions;<br>方法or属性:ALPNProtocols?: Array\<string>;<br>旧版本信息:|类名:TLSConnectOptions;<br>方法or属性:ALPNProtocols?: Array\<string>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1882|跨平台能力有变化|类名:Protocol;<br>方法or属性:export enum Protocol<br>旧版本信息:|类名:Protocol;<br>方法or属性:export enum Protocol<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1883|跨平台能力有变化|类名:Protocol;<br>方法or属性:TLSv12 = "TLSv1.2"<br>旧版本信息:|类名:Protocol;<br>方法or属性:TLSv12 = "TLSv1.2"<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1884|跨平台能力有变化|类名:Protocol;<br>方法or属性:TLSv13 = "TLSv1.3"<br>旧版本信息:|类名:Protocol;<br>方法or属性:TLSv13 = "TLSv1.3"<br>新版本信息:crossplatform|@ohos.net.socket.d.ts| 1885|跨平台能力有变化|类名:webSocket;<br>方法or属性:declare webSocket<br>旧版本信息:|类名:webSocket;<br>方法or属性:declare webSocket<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1886|跨平台能力有变化|类名:webSocket;<br>方法or属性:function createWebSocket(): WebSocket;<br>旧版本信息:|类名:webSocket;<br>方法or属性:function createWebSocket(): WebSocket;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1887|跨平台能力有变化|类名:WebSocketRequestOptions;<br>方法or属性:export interface WebSocketRequestOptions<br>旧版本信息:|类名:WebSocketRequestOptions;<br>方法or属性:export interface WebSocketRequestOptions<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1888|跨平台能力有变化|类名:WebSocketRequestOptions;<br>方法or属性:header?: Object;<br>旧版本信息:|类名:WebSocketRequestOptions;<br>方法or属性:header?: Object;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1889|跨平台能力有变化|类名:WebSocketCloseOptions;<br>方法or属性:export interface WebSocketCloseOptions<br>旧版本信息:|类名:WebSocketCloseOptions;<br>方法or属性:export interface WebSocketCloseOptions<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1890|跨平台能力有变化|类名:WebSocketCloseOptions;<br>方法or属性:code?: number;<br>旧版本信息:|类名:WebSocketCloseOptions;<br>方法or属性:code?: number;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1891|跨平台能力有变化|类名:WebSocketCloseOptions;<br>方法or属性:reason?: string;<br>旧版本信息:|类名:WebSocketCloseOptions;<br>方法or属性:reason?: string;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1892|跨平台能力有变化|类名:WebSocket;<br>方法or属性:export interface WebSocket<br>旧版本信息:|类名:WebSocket;<br>方法or属性:export interface WebSocket<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1893|跨平台能力有变化|类名:WebSocket;<br>方法or属性:connect(url: string, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:connect(url: string, callback: AsyncCallback\<boolean>): void;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1894|跨平台能力有变化|类名:WebSocket;<br>方法or属性:connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1895|跨平台能力有变化|类名:WebSocket;<br>方法or属性:connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1896|跨平台能力有变化|类名:WebSocket;<br>方法or属性:send(data: string \| ArrayBuffer, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:send(data: string \| ArrayBuffer, callback: AsyncCallback\<boolean>): void;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1897|跨平台能力有变化|类名:WebSocket;<br>方法or属性:send(data: string \| ArrayBuffer): Promise\<boolean>;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:send(data: string \| ArrayBuffer): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1898|跨平台能力有变化|类名:WebSocket;<br>方法or属性:close(callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:close(callback: AsyncCallback\<boolean>): void;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1899|跨平台能力有变化|类名:WebSocket;<br>方法or属性:close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1900|跨平台能力有变化|类名:WebSocket;<br>方法or属性:close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1901|跨平台能力有变化|类名:WebSocket;<br>方法or属性:on(type: 'open', callback: AsyncCallback\<Object>): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:on(type: 'open', callback: AsyncCallback\<Object>): void;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1902|跨平台能力有变化|类名:WebSocket;<br>方法or属性:on(type: 'message', callback: AsyncCallback\<string \| ArrayBuffer>): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:on(type: 'message', callback: AsyncCallback\<string \| ArrayBuffer>): void;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1903|跨平台能力有变化|类名:WebSocket;<br>方法or属性:on(type: 'close', callback: AsyncCallback\<CloseResult>): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:on(type: 'close', callback: AsyncCallback\<CloseResult>): void;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1904|跨平台能力有变化|类名:WebSocket;<br>方法or属性:on(type: 'error', callback: ErrorCallback): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:on(type: 'error', callback: ErrorCallback): void;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1905|跨平台能力有变化|类名:WebSocket;<br>方法or属性:off(type: 'open', callback?: AsyncCallback\<Object>): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:off(type: 'open', callback?: AsyncCallback\<Object>): void;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1906|跨平台能力有变化|类名:WebSocket;<br>方法or属性:off(type: 'message', callback?: AsyncCallback\<string \| ArrayBuffer>): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:off(type: 'message', callback?: AsyncCallback\<string \| ArrayBuffer>): void;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1907|跨平台能力有变化|类名:WebSocket;<br>方法or属性:off(type: 'close', callback?: AsyncCallback\<CloseResult>): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:off(type: 'close', callback?: AsyncCallback\<CloseResult>): void;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1908|跨平台能力有变化|类名:WebSocket;<br>方法or属性:off(type: 'error', callback?: ErrorCallback): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:off(type: 'error', callback?: ErrorCallback): void;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts| 1909